ImageGear .NET - Updated
GetStopColor Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorGradient Class : GetStopColor Method
Stop index.
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

Reference

ImGearVectorGradient Class
ImGearVectorGradient Members