March 2003
Intermediate to advanced
896 pages
32h 35m
English
WarpMode
When using the GraphicsPath.Warp() method, this
enumeration defines how the warp is applied. A bilinear warp
preserves horizontal and vertical lines and distorts other lines into
curves, whereas a perspective warp preserves straight lines but
foreshortens the image, distorting parallel lines.
public enum WarpMode { Perspective = 0, Bilinear = 1 }
System.Object
→ System.ValueType → System.Enum(System.IComparabl,
System.IFormattable,
System.IConvertible)
→ WarpMode
GraphicsPath.Warp()
Read now
Unlock full access