ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorGradient Class / SetStopColor Method
Stop index.
New color for the stop.




In This Topic
    SetStopColor Method
    In This Topic
    Sets new color for the specified stop.
    Syntax
    'Declaration
     
    Public Sub SetStopColor( _
       ByVal index As Integer, _
       ByVal color As ImGearVectorColorEx _
    ) 
    'Usage
     
    Dim instance As ImGearVectorGradient
    Dim index As Integer
    Dim color As ImGearVectorColorEx
     
    instance.SetStopColor(index, color)
    public void SetStopColor( 
       int index,
       ImGearVectorColorEx color
    )
    public: void SetStopColor( 
       int index,
       ImGearVectorColorEx color
    ) 
    public:
    void SetStopColor( 
       int index,
       ImGearVectorColorEx color
    ) 

    Parameters

    index
    Stop index.
    color
    New color for the stop.
    See Also