Returns the index of the first occurrence of the specified Brush.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
public int IndexOf ( |
Visual Basic
Copy Code
|
|---|
Public Function IndexOf ( _ |
The Brush object to locate in the collection.
The zero-based index of the first occurrence of brush within the entire collection, if found; otherwise, -1.
See Also