moveTo

fun moveTo(x: Float, y: Float): Path

Adds beginning of contour at Point (x, y).

Return

reference to Path

Parameters

x

x-axis value of contour start

y

y-axis value of contour start

See also


fun moveTo(p: Point): Path

Adds beginning of contour at Point p.

Return

this

Parameters

p

contour start