This documentation is archived and is not being maintained.
WarpMode Enumeration
.NET Framework 1.1
Specifies the type of warp transformation applied in a Warp method.
[Visual Basic] <Serializable> Public Enum WarpMode [C#] [Serializable] public enum WarpMode [C++] [Serializable] __value public enum WarpMode [JScript] public Serializable enum WarpMode
Remarks
A warp style is used by the Warp method to warp or distort the figures in a graphics path. This can be used to create unusual shapes.
Members
| Member name | Description |
|---|---|
| Bilinear | Specifies a bilinear warp. |
| Perspective | Specifies a perspective warp. |
Requirements
Namespace: System.Drawing.Drawing2D
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Drawing (in System.Drawing.dll)
See Also
Show: