rectanglef

pure nothrow @nogc
rectanglef
(
float x
,
float y
,
float width
,
float height
)

Return Value

Type: box2f

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

Meta