ImageGear .NET - Updated October 26, 2017
SetStopOffset Method




ImageGear23.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)

Parameters

index
Stop index.
offset
New offset for the specified stop.
See Also

Reference

ImGearVectorGradient Class
ImGearVectorGradient Members