Click or drag to resize
DigitalRuneIEffectBinderGetBinding Method (Effect, EffectParameter, IDictionaryString, Object)
Gets the binding that provides the value for the specified effect parameter.

Namespace: DigitalRune.Graphics.Effects
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
EffectParameterBinding GetBinding(
	Effect effect,
	EffectParameter parameter,
	IDictionary<string, Object> opaqueData
)

Parameters

effect
Type: Effect
The effect.
parameter
Type: EffectParameter
The effect parameter.
opaqueData
Type: System.Collections.GenericIDictionaryString, Object
The opaque data. Can be .

Return Value

Type: EffectParameterBinding
The EffectParameterBinding that should be applied to parameter, or if the effect binder is unable to provide a binding.
See Also