CanvasIO.drawLine

Draw a line between two points.

interface CanvasIO
final nothrow
void
drawLine

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