Clone
Makes a clone of the current object.
Syntax
[C#]
virtual Brush Clone();
[Visual Basic]
Overidable Function Clone() As Brush
Notes
None.
Example
None.