Dart API Reference
dart:html
Path2D
moveTo
moveTo
method
@DomName('Path2D.moveTo')
@DocsEditable()
@Experimental()
void
moveTo
(
num
x
,
num
y
)