Region for signed and unsigned size representations. More...
#include <kanzi/core.ui/platform/windowing_ng/common/window_geometry.hpp>
Public Attributes | ||
union { | ||
Position position | ||
Signed position of the region. More... | ||
PositionU positionU | ||
Unsigned position of the region. More... | ||
}; | ||
Union of positions of the region. | ||
union { | ||
Size size | ||
Signed size of the region. More... | ||
SizeU sizeU | ||
Unsigned size of the region. More... | ||
}; | ||
Union of sizes of the region. | ||
Region for signed and unsigned size representations.
Position kanzi::windowing::Region::position |
Signed position of the region.
PositionU kanzi::windowing::Region::positionU |
Unsigned position of the region.
union { ... } kanzi::windowing::Region |
Union of positions of the region.
Size kanzi::windowing::Region::size |
Signed size of the region.
SizeU kanzi::windowing::Region::sizeU |
Unsigned size of the region.
union { ... } kanzi::windowing::Region |
Union of sizes of the region.