PathCommandType
Contents
[
Hide
]PathCommandType class
Represents graphics path commands
Constants
Name | Value | Description |
---|---|---|
Close | 0 | Closes geometry path |
MoveTo | 1 | Sets next point position of the geometry path |
LineTo | 2 | Appends line to the geometry path |
ArcTo | 3 | Appends the specified arc to the geometry path. |
QuadBezierTo | 4 | Appends quadratic Bezier curve to the geometry path |
CubicBezierTo | 5 | Appends 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