Math::IntDimensions struct

A pair of two integer values that represents the dimensions of an image (width, height).

Constructors, destructors, conversion operators

IntDimensions(int width, int height)
IntDimensions()

Public variables

int width
int height