Rect.expand

Expands the rect by the specified amount from the center

struct Rect(type)
@safe pure nothrow const
void
expand
(
vtype
)
(
vtype other
)
if (
isVector!vtype &&
vtype.dimension == 2
)

Meta