moveTo method
- double x,
- double y
Starts a new sub-path at the given coordinate.
Implementation
void moveTo(double x, double y) native 'Path_moveTo';
Starts a new sub-path at the given coordinate.
void moveTo(double x, double y) native 'Path_moveTo';