'Declaration Public Property points As Vintasoft.Shared.Web.WebPointF[]
public Vintasoft.Shared.Web.WebPointF[] points { get; set; }
public: __property Vintasoft.Shared.Web.WebPointF*[] get_points(); public: __property void set_points(
Vintasoft.Shared.Web.WebPointF*[]* value
);
public:
property Vintasoft.Shared.Web.WebPointF^[] points { Vintasoft.Shared.Web.WebPointF^[] get(); void set(array<Vintasoft.Shared.Web.WebPointF^>^ value); }