line_to


Description:

public void line_to (float x, float y)

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

<picture> <source srcset="line-dark.png" media="(prefers-color-scheme: dark)"> <img alt="Line To" src="line-light.png"> </picture>

Parameters:

this

a `GskPathBuilder`

x

x coordinate

y

y coordinate