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

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

    Return Value

    A new TextureBrush which properties same as current brush
    See Also