ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTCurve Class / NumberOfPoints Property




In This Topic
    NumberOfPoints Property (ImGearARTCurve)
    In This Topic
    Gets the actual number of mark's points.
    Syntax
    'Declaration
     
    Public ReadOnly Property NumberOfPoints As Integer
    'Usage
     
    Dim instance As ImGearARTCurve
    Dim value As Integer
     
    value = instance.NumberOfPoints
    public int NumberOfPoints {get;}
    public: __property int get_NumberOfPoints();
    public:
    property int NumberOfPoints {
       int get();
    }

    Property Value

    Integer value.
    See Also