Click or drag to resize
DigitalRuneEffectParameterBindingCollectionItem Property (String)
Gets the EffectParameterBinding for the effect parameter with the specified name.

Namespace: DigitalRune.Graphics.Effects
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public EffectParameterBinding this[
	string name
] { get; }

Parameters

name
Type: SystemString
The name of the effect parameter.

Property Value

Type: EffectParameterBinding
The EffectParameterBinding for the effect parameter the specified name. Or if no matching EffectParameterBinding is found.
Exceptions
ExceptionCondition
ArgumentNullExceptionname is .
ArgumentExceptionname is empty.
See Also