The OpenD Programming Language

Margins

Specify margins in number of pixels

Constructors

this
this(Margins copy)

Create new Margins object based on old one

this
this(size_t l, size_t r, size_t b, size_t t)

Create new Margins object based on specified sizes

Members

Variables

bottom
size_t bottom;

bottom margin

left
size_t left;

left margin

right
size_t right;

right margin

top
size_t top;

top margin

Meta