Click or drag to resize
DigitalRunePostProcessorChainInsert Method
Inserts a post-processor into the post-processor chain at the specified index.

Namespace: DigitalRune.Graphics.PostProcessing
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public void Insert(
	int index,
	PostProcessor postProcessor
)

Parameters

index
Type: SystemInt32
The zero-based index at which postProcessor should be inserted.
postProcessor
Type: DigitalRune.Graphics.PostProcessingPostProcessor
The post-processor to insert into the post-processor chain.

Implements

IListTInsert(Int32, T)
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is not a valid index in the post-processor chain.
ArgumentNullExceptionpostProcessor is . The post-processor chain does not allow values.
See Also