ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorGradient Class / GetStopCount Method




In This Topic
    GetStopCount Method
    In This Topic
    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