PathVerb Type
One verb in a path primitive. `MoveTo` MUST be the first verb in any path; downstream validation (US6 T060) enforces this.
Union cases
| Union case |
Description
|
Full Usage:
Close
|
|
|
|
|
|
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsClose
Returns: bool
|
|
Full Usage:
this.IsCubicTo
Returns: bool
|
|
Full Usage:
this.IsLineTo
Returns: bool
|
|
Full Usage:
this.IsMoveTo
Returns: bool
|
|
FSBarV1_Archived