GraphicsPath::Warp Method (array<PointF>^, RectangleF, Matrix^)
.NET Framework (current version)
Applies a warp transform, defined by a rectangle and a parallelogram, to this GraphicsPath.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- destPoints
-
Type:
array<System.Drawing::PointF>^
An array of PointF structures that define a parallelogram to which the rectangle defined by srcRect is transformed. The array can contain either three or four elements. If the array contains three elements, the lower-right corner of the parallelogram is implied by the first three points.
- srcRect
-
Type:
System.Drawing::RectangleF
A RectangleF that represents the rectangle that is transformed to the parallelogram defined by destPoints.
- matrix
-
Type:
System.Drawing.Drawing2D::Matrix^
A Matrix that specifies a geometric transform to apply to the path.
For an example, see Warp(array<PointF>^, RectangleF, Matrix^, WarpMode, Single).
.NET Framework
Available since 1.1
Available since 1.1
Show: