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




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

    Parameters

    index
    Stop index.

    Return Value

    Color of the specified stop.
    See Also