| PostProcessorChainContains Method (String) |
Determines whether the post-processor chain contains a post-processor with the specified
name.
Namespace: DigitalRune.Graphics.PostProcessingAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public bool Contains(
string name
)
Public Function Contains (
name As String
) As Boolean
public:
bool Contains(
String^ name
)
member Contains :
name : string -> bool
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