Rect.expandedSize

Expands the rect by the specified amount from the corner

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

Meta