ImageGear .NET - Updated
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)
public void RemoveStop( 
   int index
)
public: void RemoveStop( 
   int index
) 
public:
void RemoveStop( 
   int index
) 

Parameters

index
Index of the stop to remove.
See Also

Reference

ImGearVectorGradient Class
ImGearVectorGradient Members