ImageGear .NET - Updated
GetStopOffset Method




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

Reference

ImGearVectorGradient Class
ImGearVectorGradient Members