ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / LinearBoxGradientBrush Class / Clone Method

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

    Return Value

    The GdiObject object that this method creates.
    See Also