VisualServerSingleton.canvasItemAddLine

Adds a line command to the CanvasItem's draw commands.

struct VisualServerSingleton
@nogc nothrow
void
canvasItemAddLine
(
in RID item
,
in Vector2 from
,
in Vector2 to
,
in Color color
,
in double width = 1
,
in bool antialiased = false
)

Meta