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
|