Click or drag to resize
DigitalRuneDictionaryEffectBinderGetBinding Method (Effect)
Gets the binding that selects the technique for rendering the specified effect.

Namespace: DigitalRune.Graphics.Effects
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public virtual EffectTechniqueBinding GetBinding(
	Effect effect
)

Parameters

effect
Type: Effect
The effect.

Return Value

Type: EffectTechniqueBinding
The EffectTechniqueBinding that selects the technique when effect needs to be rendered. The method returns if the effect binder is unable to provide a binding.

Implements

IEffectBinderGetBinding(Effect)
See Also