Click or drag to resize
DigitalRunePostProcessorChainRemoveAt Method
Removes the post-processor at the specified index from the post-processor chain.

Namespace: DigitalRune.Graphics.PostProcessing
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public void RemoveAt(
	int index
)

Parameters

index
Type: SystemInt32
The zero-based index of the post-processor to remove.

Implements

IListTRemoveAt(Int32)
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is not a valid index in the post-processor chain.
See Also