Rect.collapse

Collapse this Rect. Means that the coordinates and the size is set to 0.

struct Rect(T)
pure nothrow
void
collapse
()
if (
isNumeric!T
)

Meta