CanvasItem.drawMultiline

Draws multiple, parallel lines with a uniform color. Note: width and antialiased are currently not implemented and have no effect.

struct CanvasItem
@nogc nothrow
void
drawMultiline
(
in PoolVector2Array points
,
in Color color
,
in double width = 1
,
in bool antialiased = false
)

Meta