GraphicsPath::Warp Method

 

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

Namespace:   System.Drawing.Drawing2D
Assembly:  System.Drawing (in System.Drawing.dll)

NameDescription
System_CAPS_pubmethodWarp(array<PointF>^, RectangleF)

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

System_CAPS_pubmethodWarp(array<PointF>^, RectangleF, Matrix^)

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

System_CAPS_pubmethodWarp(array<PointF>^, RectangleF, Matrix^, WarpMode)

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

System_CAPS_pubmethodWarp(array<PointF>^, RectangleF, Matrix^, WarpMode, Single)

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

Return to top
Show: