Size

Width and height.

struct Size {
int width;
int height;
}

Constructors

this
this(int width, int height)

Construct a new Size.

this
this(in SIZE* size)

Construct a new Size.

Meta