PathBuilder.relMoveTo

Starts a new contour by placing the pen at x, y relative to the current point.

This is the relative version of gsk.path_builder.PathBuilder.moveTo.

class PathBuilder
void
relMoveTo
(
float x
,
float y
)

Parameters

x float

x offset

y float

y offset