Size

Width and height.

Constructors

this
this(int width, int height)

Construct a new Size.

Members

Functions

opAdd
Size opAdd(Size sz)
opAddAssign
void opAddAssign(Size sz)
opEquals
Dequ opEquals(ConstType!(Size) sz)
Dequ opEquals(Size sz)
opEquals
Dequ opEquals(Size sz)
opSub
Size opSub(Size sz)
opSubAssign
void opSubAssign(Size sz)
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