Size

Width and height.

Constructors

this
this(int width, int height)

Construct a new Size.

this
this(SIZE* size)

Construct a new Size.

Members

Functions

opAdd
Size opAdd(Size sz)
Undocumented in source. Be warned that the author may not have intended to support it.
opAddAssign
void opAddAssign(Size sz)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
Dequ opEquals(ConstType!(Size) sz)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
Dequ opEquals(Size sz)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
Dequ opEquals(Size sz)
Undocumented in source. Be warned that the author may not have intended to support it.
opSub
Size opSub(Size sz)
Undocumented in source. Be warned that the author may not have intended to support it.
opSubAssign
void opSubAssign(Size sz)
Undocumented in source. Be warned that the author may not have intended to support it.
size
SIZE size()
Undocumented in source. Be warned that the author may not have intended to support it.
size
void size(SIZE sz)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

height
int height;
Undocumented in source.
width
int width;
Undocumented in source.

Meta