Struct IntSize

Struct IntSize#

Struct Documentation#

struct IntSize#

A structure representing a size (width and height) in integers.

Public Members

std::uint32_t w#

The width.

std::uint32_t h#

The height.