PathBuilder.relMoveTo
void relMoveTo(float x, float y)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.
Parameters
x | x offset |
y | y offset |
void relMoveTo(float x, float y)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.
x | x offset |
y | y offset |