PathCommandType

PathCommandType class

Represents graphics path commands

Constants

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

Close

Closes geometry path


MoveTo

Sets next point position of the geometry path


LineTo

Appends line to the geometry path


ArcTo

Appends the specified arc to the geometry path.


QuadBezierTo

Appends quadratic Bezier curve to the geometry path


CubicBezierTo

Appends cubic Bezier curve to the geometry path