ImageGear .NET - Updated May 1, 2018
RemoveStop Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorGradient Class : RemoveStop Method
Index of the stop to remove.
Removes the specified stop from the gradient.
Syntax
'Declaration
 
Public Sub RemoveStop( _
   ByVal index As Integer _
) 
 
'Usage
 
Dim instance As ImGearVectorGradient
Dim index As Integer
 
instance.RemoveStop(index)

Parameters

index
Index of the stop to remove.
See Also

Reference

ImGearVectorGradient Class
ImGearVectorGradient Members