Click or drag to resize
DigitalRunePostProcessorChainContains Method (String)
Determines whether the post-processor chain contains a post-processor with the specified name.

Namespace: DigitalRune.Graphics.PostProcessing
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public bool Contains(
	string name
)

Parameters

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

Return Value

Type: Boolean
if a post-processor with the given name is found in the post-processor chain; otherwise, .
See Also