WarpMode

WarpMode serializable

System.Drawing.Drawing2D (system.drawing.dll) enum

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  } 

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable , System.IConvertible) WarpMode

Passed To

GraphicsPath.Warp()



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net