ImageGear .NET - Updated
SetStopColor Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorGradient Class : SetStopColor Method
Stop index.
New color for the stop.
Sets new color for the specified stop.
Syntax
'Declaration
 
Public Sub SetStopColor( _
   ByVal index As Integer, _
   ByVal color As ImGearVectorColorEx _
) 
'Usage
 
Dim instance As ImGearVectorGradient
Dim index As Integer
Dim color As ImGearVectorColorEx
 
instance.SetStopColor(index, color)
public void SetStopColor( 
   int index,
   ImGearVectorColorEx color
)
public: void SetStopColor( 
   int index,
   ImGearVectorColorEx color
) 
public:
void SetStopColor( 
   int index,
   ImGearVectorColorEx color
) 

Parameters

index
Stop index.
color
New color for the stop.
See Also

Reference

ImGearVectorGradient Class
ImGearVectorGradient Members