Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSGradient Class / PSGradient Constructor / PSGradient Constructor(Object)
Object from which to clone the gradient


In This Topic
    PSGradient Constructor(Object)
    In This Topic
    Creates a new presentation space gradient object based on another object.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal cloneFrom As Object _
    )
    'Usage
     
    
    Dim cloneFrom As Object
     
    Dim instance As New PSGradient(cloneFrom)
    public PSGradient( 
       object cloneFrom
    )

    Parameters

    cloneFrom
    Object from which to clone the gradient
    See Also