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

In This Topic
    Clone Method (HatchBrush)
    In This Topic
    Create a HatchBrush that has the same style as this brush.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Function Clone() As Object
    public override object Clone()

    Return Value

    A HatchBrush that has the same style as this brush.
    See Also