Click or drag to resize
DigitalRunePostProcessorChainItem Property (Int32)
Gets or sets the post-processor 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 PostProcessor this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
The zero-based index of the post-processor to get or set.

Property Value

Type: PostProcessor
The post-processor at the specified index.

Implements

IListTItemInt32
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is less than 0 or equal to or greater than Count.
ArgumentNullExceptionvalue is . The PostProcessorChain does not allow values.
See Also