ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorGradient Class / RemoveStop Method
Index of the stop to remove.




In This Topic
    RemoveStop Method
    In This Topic
    Removes the specified stop from the gradient.
    Syntax
    'Declaration
     
    Public Sub RemoveStop( _
       ByVal index As Integer _
    ) 
    'Usage
     
    Dim instance As ImGearVectorGradient
    Dim index As Integer
     
    instance.RemoveStop(index)
    public void RemoveStop( 
       int index
    )
    public: void RemoveStop( 
       int index
    ) 
    public:
    void RemoveStop( 
       int index
    ) 

    Parameters

    index
    Index of the stop to remove.
    See Also