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

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

    Return Value

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