rect

Draws a rectangle with a solid line. The coordinates represent bounds (open on the right) for the outside of the rectangle.

nothrow @nogc
void
rect
(
bool CHECKED = true
V
COLOR
)
(
auto ref V v
,
int x1
,
int y1
,
int x2
,
int y2
,
COLOR c
)
if (
is(COLOR : ViewColor!V)
)

Meta