Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSGradient Class / Clone Method


In This Topic
    Clone Method (PSGradient)
    In This Topic
    Creates a new gradient object by copying the current object properties.
    Syntax
    'Declaration
     
    
    Public Overridable Function Clone() As Object
    'Usage
     
    
    Dim instance As PSGradient
    Dim value As Object
     
    value = instance.Clone()
    public virtual object Clone()

    Return Value

    Copy of the object
    See Also