ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorGradient Class / GetStopOffset Method
Stop index.




In This Topic
    GetStopOffset Method
    In This Topic
    Returns offset of the specified stop.
    Syntax
    'Declaration
     
    Public Function GetStopOffset( _
       ByVal index As Integer _
    ) As Single
    'Usage
     
    Dim instance As ImGearVectorGradient
    Dim index As Integer
    Dim value As Single
     
    value = instance.GetStopOffset(index)
    public float GetStopOffset( 
       int index
    )
    public: float GetStopOffset( 
       int index
    ) 
    public:
    float GetStopOffset( 
       int index
    ) 

    Parameters

    index
    Stop index.

    Return Value

    Offset of the specified stop.
    See Also