Skip to main content

PathPointType

Namespace: System.Drawing.Drawing2D

Assembly: System.Drawing.Managed (4.0.0.0)

Specifies the type of point in a GraphicsPath object.

public enum PathPointType : Enum

Fields

NameDescription
BezierSpecifies a default Bezier curve.
Bezier3Specifies a cubic Bezier curve.
CloseSubpathSpecifies the ending point of a sub path.
DashModeSpecifies that the corresponding segment is dashed.
LineSpecifies a line segment.
PathMarkerSpecifies a path marker.
PathTypeMaskSpecifies a mask point.
StartSpecifies the starting point of a GraphicsPath.