'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
Массив может иметь 3 точки (преобразование с использованием параллелограмма) и 4 точки (преобразование с использованием четырехугольника).
Значение по умолчанию - null.
Значение по умолчанию - null.