Rect.expandSize

Expands the rect by the specified amount from the corner

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

Meta