PathPointType

PathPointType serializable

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

This enumeration is used to specify the type of a point in a GraphicsPath . You can OR the line types with the DashMode and CloseSubpath values to close the figure, or to apply a dash style to the line.

 public enum  PathPointType  {  Start = 0  ,  Line = 1  ,  Bezier = 3  ,  Bezier3 = 3  ,  PathTypeMask = 7  ,  DashMode = 16  ,  PathMarker = 32  ,  CloseSubpath = 128  } 

Hierarchy

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



. 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