PathCommandType enumeration

PathCommandType enumeration

Represents graphics path commands

The PathCommandType type exposes the following members:

Fields

FieldDescription
CLOSECloses geometry path
MOVE_TOSets next point position of the geometry path
LINE_TOAppends line to the geometry path
ARC_TOAppends the specified arc to the geometry path.
QUAD_BEZIER_TOAppends quadratic Bezier curve to the geometry path
CUBIC_BEZIER_TOAppends cubic Bezier curve to the geometry path

See Also