'Declaration Public Property WrapPolygon As Vintasoft.Primitives.VintasoftPoint[]
public Vintasoft.Primitives.VintasoftPoint[] WrapPolygon { get; set; }
public: __property Vintasoft.Primitives.VintasoftPoint[] get_WrapPolygon(); public: __property void set_WrapPolygon(
Vintasoft.Primitives.VintasoftPoint[]* value
);
public:
property Vintasoft.Primitives.VintasoftPoint[] WrapPolygon { Vintasoft.Primitives.VintasoftPoint[] get(); void set(array<Vintasoft.Primitives.VintasoftPoint>^ value); }