Checks whether the specified Brush is contained in the collection.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
public bool Contains ( |
Visual Basic
Copy Code
|
|---|
Public Function Contains ( _ |
The Brush object to search for in the collection.
true if the specified brush is contained in the collection; otherwise, false.
See Also