rectangle

pure nothrow @nogc
rectangle
(
int x
,
int y
,
int width
,
int height
)

Return Value

Type: box2i

A 2D rectangle with point x,y, width and height.

Meta