When overridden in a derived class, creates an exact copy of this BrushEx object.
Syntax
'Declaration
Public MustOverride Function Clone() As Object
public abstract object Clone()
Return Value
The new BrushEx object that this method creates.
See Also