moveTo method
- @DomName('Path2D.moveTo')
- @DocsEditable()
- @Experimental()
Source
@DomName('Path2D.moveTo') @DocsEditable() @Experimental() // untriaged void moveTo(num x, num y) => _blink.BlinkPath2D.instance.moveTo_Callback_2_(this, x, y);
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/Path2D/moveTo.html