March 2003
Intermediate to advanced
896 pages
32h 35m
English
PathPointType
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 }
System.Object
→ System.ValueType → System.Enum(System.IComparabl,
System.IFormattable,
System.IConvertible)
→ PathPointType
Read now
Unlock full access