API reference

HzExtent2i Struct

In Header file horizonos/common/GraphicTypes.h
Represents 2D size (bounds).

Fields

height : int32_t
the integer width of the extent.
Signature
int32_t HzExtent2i::height
width : int32_t
the integer width of the extent.
Signature
int32_t HzExtent2i::width