public PointF[] Points { get; set; }
Public Property Points As PointF() Get Set
public: property array<PointF>^ Points { array<PointF>^ get (); void set (array<PointF>^ value); }
member Points : PointF[] with get, set
In This Article