enum VectorPathCommandType
Types of commands as recorded by the vector path.
See VectorPath for more information on each command.
Values
| Name | Value | Description |
|---|---|---|
Unknown |
0 |
|
Fill |
1 |
|
Stroke |
2 |
|
SetDrawCursor |
3 |
|
ClosePath |
4 |
|
SetPathSolidity |
5 |
|
DrawLineTo |
6 |
|
DrawArcTo |
7 |
|
DrawCubicBezierTo |
8 |
|
DrawQuadraticBezierTo |
9 |
|
DrawRectangle |
10 |
|
DrawRoundedRectangle |
11 |
|
DrawEllipse |
12 |
|
DrawArc |
13 |