'Declaration <DefaultValueAttribute(null)> <DescriptionAttribute("The array of four or three points that define a quadrangle. Series of points: top left, top right, bottom left, bottom right.")> Public Property DestinationPoints As System.Drawing.PointF[]
[DefaultValue(null)] [Description("The array of four or three points that define a quadrangle. Series of points: top left, top right, bottom left, bottom right.")] public System.Drawing.PointF[] DestinationPoints { get; set; }
[DefaultValue(null)] [Description("The array of four or three points that define a quadrangle. Series of points: top left, top right, bottom left, bottom right.")] public: __property System.Drawing.PointF[] get_DestinationPoints(); public: __property void set_DestinationPoints(
System.Drawing.PointF[]* value
);
[DefaultValue(null)] [Description("The array of four or three points that define a quadrangle. Series of points: top left, top right, bottom left, bottom right.")] public:
property System.Drawing.PointF[] DestinationPoints { System.Drawing.PointF[] get(); void set(array<System.Drawing.PointF>^ value); }
Property Value
Array may have 3 points (transform using parallelogram) and 4 points (transform using quadrangle).
Default value is null.
Default value is null.