ImageGear .NET
SetStopColor Method




Stop index.
New color for the stop.
Sets new color for the specified stop.
Syntax
public void SetStopColor( 
   int index,
   ImGearVectorColorEx color
)
public: void SetStopColor( 
   int index,
   ImGearVectorColorEx color
) 
public:
void SetStopColor( 
   int index,
   ImGearVectorColorEx color
) 
'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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback