ImageGear .NET v24.12 - Updated
GetStopCount Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorGradient Class : GetStopCount Method
Returns the number of stops in the gradient object.
Syntax
'Declaration
 
Public Function GetStopCount() As Integer
'Usage
 
Dim instance As ImGearVectorGradient
Dim value As Integer
 
value = instance.GetStopCount()
public int GetStopCount()
public: int GetStopCount(); 
public:
int GetStopCount(); 

Return Value

Number of stops in the gradient object.
See Also

Reference

ImGearVectorGradient Class
ImGearVectorGradient Members