System.Drawing.Drawing2D.GraphicsPath.Warp Method

Applies a warp transform, defined by a rectangle and a parallelogram, to this System.Drawing.Drawing2D.GraphicsPath.

Syntax

public void Warp (System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, Matrix matrix)

Parameters

destPoints
An array of System.Drawing.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
A System.Drawing.RectangleF that represents the rectangle that is transformed to the parallelogram defined by destPoints.
matrix
A System.Drawing.Drawing2D.Matrix that specifies a geometric transform to apply to the path.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Drawing.Drawing2D
Assembly: System.Drawing (in System.Drawing.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0