CanvasIO.drawLineImpl

Draw a line between two points.

interface CanvasIO
protected nothrow
void
drawLineImpl

Parameters

start Vector2

Start point of the line.

end Vector2

End point of the line.

width float

Width of the line.

color Color

Color of the line.

Meta