Box.pad

Pads the edges of the given box by the given amounts and returns a new Box.

struct Box
@nogc @safe pure nothrow const
pad
(
const int horiz
,
const int vert
)

Meta