| Class | Description |
|---|---|
| Close |
Indicates the closing point of the path.
|
| CubicTo |
A cubic curve in the path.
|
| LineTo |
A line element in the path.
|
| MoveTo |
A MoveTo path element moves the drawing 'pen' without making any lines or
curves and is commonly used to start a path or make gaps in the path.
|
| PathBuilder |
Builder class for paths.
|
| PathElement |
A path element.
|
| QuadTo |
Make a quadratic curve in the path.
|
| Enum | Description |
|---|---|
| Type |
The type of the path elements.
|
Copyright © 2021. All rights reserved.