| Class | Description |
|---|---|
| ClosePath |
Close the current subpath by drawing a straight line from the current point
to current subpath's initial point.
|
| Command | |
| Commands | |
| HorizontalLineTo |
Draws a horizontal line from the current point (cpx, cpy) to (x, cpy).
|
| LineTo |
Draw a line from the current point to the given (x,y) coordinate which
becomes the new current point.
|
| MoveTo |
Start a new sub-path at the given (x,y) coordinate.
|
| VerticalLineTo |
Draws a vertical line from the current point (cpx, cpy) to (cpx, y).
|
Copyright © 2018 Xalys. All rights reserved.