Click or drag to resize
DigitalRunePostProcessorChainIndexOf Method (String)
Determines the index of the post-processor with the specified name 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(
	string name
)

Parameters

name
Type: SystemString
The name of the post-processor to locate in the post-processor chain.

Return Value

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