Click or drag to resize
DigitalRuneEffectParameterBindingCollectionSetItem Method
Sets the EffectParameterBinding at the specified index.

Namespace: DigitalRune.Graphics.Effects
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
protected override void SetItem(
	int index,
	EffectParameterBinding item
)

Parameters

index
Type: SystemInt32
The index of the effect parameter binding.
item
Type: DigitalRune.Graphics.EffectsEffectParameterBinding
The new effect parameter binding.
Exceptions
ExceptionCondition
ArgumentExceptionitem does not belong to the same Effect.
ArgumentException An EffectParameterBinding for the same EffectParameter already exists.
See Also