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

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

    Return Value

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