'Declaration <CategoryAttribute("Common")> <DefaultValueAttribute(null)> <DescriptionAttribute("An array of points representing the coordinates of each vertex, in default user space.")> Public Property Points As System.Drawing.PointF[]
[Category("Common")] [DefaultValue(null)] [Description("An array of points representing the coordinates of each vertex, in default user space.")] public System.Drawing.PointF[] Points { get; set; }
[Category("Common")] [DefaultValue(null)] [Description("An array of points representing the coordinates of each vertex, in default user space.")] public: __property System.Drawing.PointF[] get_Points(); public: __property void set_Points(
System.Drawing.PointF[]* value
);
[Category("Common")] [DefaultValue(null)] [Description("An array of points representing the coordinates of each vertex, in default user space.")] public:
property System.Drawing.PointF[] Points { System.Drawing.PointF[] get(); void set(array<System.Drawing.PointF>^ value); }