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




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

    Parameters

    index
    Stop index.
    offset
    New offset for the specified stop.
    See Also