PathBuilder.relLineTo

Draws a line from the current point to a point offset from it by x, y and makes it the new current point.

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

class PathBuilder
void
relLineTo
(
float x
,
float y
)

Parameters

x float

x offset

y float

y offset