rel_line_to
Description:
public void rel_line_to (
float x,
float y)
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 [method@Gsk.PathBuilder.line_to].
Parameters:
this |
a `GskPathBuilder`
|
x |
x offset
|
y |
y offset
|