PathCommandType

PathCommandType enumeration

Represents graphics path commands

public enum PathCommandType : byte

Values

NameValueDescription
Close0Closes geometry path
MoveTo1Sets next point position of the geometry path
LineTo2Appends line to the geometry path
ArcTo3Appends the specified arc to the geometry path.
QuadBezierTo4Appends quadratic Bezier curve to the geometry path
CubicBezierTo5Appends cubic Bezier curve to the geometry path

See Also