Name

PathPointType

Synopsis

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

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.