public PointFloat[] Points { get; set; }Public Property Points As PointFloat()
Get
Setpublic:
property array<PointFloat^>^ Points {
array<PointFloat^>^ get ();
void set (array<PointFloat^>^ value);
}member Points : PointFloat[] with get, set