ImageGear .NET v24.12 - Updated
SetStopOffset Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorGradient Class : SetStopOffset Method
Stop index.
New offset for the specified stop.
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

Reference

ImGearVectorGradient Class
ImGearVectorGradient Members