Struct IntSize# Defined in File libCZI_Pixels.h 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.