'Declaration <CategoryAttribute("Common")> <DescriptionAttribute("An array of 4 x N points specifying the coordinates of N quadrilaterals in default user space.")> <DefaultValueAttribute(null)> Public Property QuadPoints As System.Drawing.PointF[]
[Category("Common")] [Description("An array of 4 x N points specifying the coordinates of N quadrilaterals in default user space.")] [DefaultValue(null)] public System.Drawing.PointF[] QuadPoints { get; set; }
[Category("Common")] [Description("An array of 4 x N points specifying the coordinates of N quadrilaterals in default user space.")] [DefaultValue(null)] public: __property System.Drawing.PointF[] get_QuadPoints(); public: __property void set_QuadPoints(
System.Drawing.PointF[]* value
);
[Category("Common")] [Description("An array of 4 x N points specifying the coordinates of N quadrilaterals in default user space.")] [DefaultValue(null)] public:
property System.Drawing.PointF[] QuadPoints { System.Drawing.PointF[] get(); void set(array<System.Drawing.PointF>^ value); }