Clone Method (GradientBrush)
In This Topic
Creates an exact copy if this GdiObject object.
Syntax
'Declaration
Public MustOverride Function Clone() As Object
public abstract object Clone()
Return Value
The GdiObject object that this method creates.
See Also