This documentation is archived and is not being maintained.

GraphicsPath::Warp Method

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.

  NameDescription
Public method Warp(array<PointF>, RectangleF) Applies a warp transform, defined by a rectangle and a parallelogram, to this GraphicsPath.
Public method Warp(array<PointF>, RectangleF, Matrix) Applies a warp transform, defined by a rectangle and a parallelogram, to this GraphicsPath.
Public method Warp(array<PointF>, RectangleF, Matrix, WarpMode) Applies a warp transform, defined by a rectangle and a parallelogram, to this GraphicsPath.
Public method Warp(array<PointF>, RectangleF, Matrix, WarpMode, Single) Applies a warp transform, defined by a rectangle and a parallelogram, to this GraphicsPath.
Top
Show: