Click or drag to resize
DigitalRunePostProcessorChainContains Method (PostProcessor)
Determines whether the post-processor chain contains a specific post-processor.

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

Parameters

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

Return Value

Type: Boolean
if postProcessor is found in the post-processor chain; otherwise, .

Implements

ICollectionTContains(T)
See Also