Click or drag to resize
DigitalRunePostProcessorChainIndexOf Method (PostProcessor)
Determines the index of a specific post-processor in 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 int IndexOf(
	PostProcessor postProcessor
)

Parameters

postProcessor
Type: DigitalRune.Graphics.PostProcessingPostProcessor
The post-processor to locate in the post-processor chain.

Return Value

Type: Int32
The index of postProcessor if found in the post-processor chain; otherwise, -1.

Implements

IListTIndexOf(T)
See Also