ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTPolyline Class / Points Property




In This Topic
    Points Property (ImGearARTPolyline)
    In This Topic
    Gets the raw points array.
    Syntax
    'Declaration
     
    Public ReadOnly Property Points As ImGearPoint()
    'Usage
     
    Dim instance As ImGearARTPolyline
    Dim value() As ImGearPoint
     
    value = instance.Points
    public ImGearPoint[] Points {get;}
    public: __property ImGearPoint[]* get_Points();
    public:
    property array<ImGearPoint>^ Points {
       array<ImGearPoint>^ get();
    }

    Property Value

    ImageGear.Core.ImGearPoint structure array.
    See Also