| PostProcessorChainIndexOf Method (String) |
Determines the index of the post-processor with the specified name in the post-processor
chain.
Namespace: DigitalRune.Graphics.PostProcessingAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public int IndexOf(
string name
)
Public Function IndexOf (
name As String
) As Integer
public:
int IndexOf(
String^ name
)
member IndexOf :
name : string -> int
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