VisualServerSingleton.canvasItemAddPolyline

Adds a polyline, which is a line from multiple points with a width, to the CanvasItem's draw commands.

struct VisualServerSingleton
@nogc nothrow
void
canvasItemAddPolyline
(
in RID item
,
in PoolVector2Array points
,
in PoolColorArray colors
,
in double width = 1
,
in bool antialiased = false
)

Meta