Click or drag to resize
DigitalRuneEffectParameterBindingCollectionInsertItem Method
Inserts 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 InsertItem(
	int index,
	EffectParameterBinding item
)

Parameters

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