ImageGear .NET - Updated October 26, 2017
SetStopColor Method




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

Parameters

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

Reference

ImGearVectorGradient Class
ImGearVectorGradient Members