Adds the specified Brush to the collection.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
public int Add ( |
Visual Basic
Copy Code
|
|---|
Public Function Add ( _ |
The Brush object to add to the end of the collection.
The zero-based index within the collection of the newly added brush.
See Also