This documentation is archived and is not being maintained.
GraphicsPath::Warp Method
Visual Studio 2010
Applies a warp transform, defined by a rectangle and a parallelogram, to this GraphicsPath.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Warp(array<PointF>, RectangleF) | Applies a warp transform, defined by a rectangle and a parallelogram, to this GraphicsPath. |
|
Warp(array<PointF>, RectangleF, Matrix) | Applies a warp transform, defined by a rectangle and a parallelogram, to this GraphicsPath. |
|
Warp(array<PointF>, RectangleF, Matrix, WarpMode) | Applies a warp transform, defined by a rectangle and a parallelogram, to this GraphicsPath. |
|
Warp(array<PointF>, RectangleF, Matrix, WarpMode, Single) | Applies a warp transform, defined by a rectangle and a parallelogram, to this GraphicsPath. |
Show: