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