VisualServerSingleton.canvasItemAddRect

Adds a rectangle to the CanvasItem's draw commands.

struct VisualServerSingleton
@nogc nothrow
void
canvasItemAddRect
(
in RID item
,
in Rect2 rect
,
in Color color
)

Meta