rMoveTo

fun rMoveTo(dx: Float, dy: Float): Path

Adds beginning of contour relative to last point.

If Path is empty, starts contour at (dx, dy). Otherwise, start contour at last point offset by (dx, dy). Function name stands for "relative move to".

Return

reference to Path

Parameters

dx

offset from last point to contour start on x-axis

dy

offset from last point to contour start on y-axis

See also