ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / IImGearARTCurve Interface / NumberOfPoints Property




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

    Property Value

    Integer value.
    See Also