ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / HatchBrush Class / Clone Method

In This Topic
    Clone Method (HatchBrush)
    In This Topic
    Creates an exact copy if this GdiObject object.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Function Clone() As Object
    public override object Clone()

    Return Value

    The GdiObject object that this method creates.
    See Also