'Declaration <DescriptionAttribute("The array of four or three points that define a quadrangle. Series of points: top left, top right, bottom left, bottom right.")> <DefaultValueAttribute(null)> Public Property DestinationPoints As System.Drawing.PointF[]
[Description("The array of four or three points that define a quadrangle. Series of points: top left, top right, bottom left, bottom right.")] [DefaultValue(null)] public System.Drawing.PointF[] DestinationPoints { get; set; }
[Description("The array of four or three points that define a quadrangle. Series of points: top left, top right, bottom left, bottom right.")] [DefaultValue(null)] public: __property System.Drawing.PointF[] get_DestinationPoints(); public: __property void set_DestinationPoints(
System.Drawing.PointF[]* value
);
[Description("The array of four or three points that define a quadrangle. Series of points: top left, top right, bottom left, bottom right.")] [DefaultValue(null)] public:
property System.Drawing.PointF[] DestinationPoints { System.Drawing.PointF[] get(); void set(array<System.Drawing.PointF>^ value); }
Property Value
Массив может иметь 3 точки (преобразование с использованием параллелограмма) и 4 точки (преобразование с использованием четырехугольника).
Значение по умолчанию - null.
        Значение по умолчанию - null.