'Declaration Public Function New( _
ByVal destinationPointsМассив из четырех точек, определяющих четырехугольник.() As System.Drawing.PointF, _
ByVal backgroundColorЦвет фона изображения.As System.Drawing.Color _
)
public QuadrilateralWarpCommand(
System.Drawing.PointF[] destinationPoints,
System.Drawing.Color backgroundColor
)
public: QuadrilateralWarpCommand(
System.Drawing.PointF[]* destinationPoints,
System.Drawing.Color* backgroundColor
)
public:
QuadrilateralWarpCommand(
array<System.Drawing.PointF>^ destinationPoints,
System.Drawing.Color^ backgroundColor
)
Parameters
- destinationPoints
- Массив из четырех точек, определяющих четырехугольник.
- backgroundColor
- Цвет фона изображения.