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