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