Makes a deep copy of the current Brush.
Syntax

[C#]

virtual Brush Clone();

[Visual Basic]

Overidable Function Clone() As Brush
Notes

None.

Example

None.