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. More... | |
union { | |
Size size | |
Signed size of the region. More... | |
SizeU sizeU | |
Unsigned size of the region. More... | |
}; | |
Union of sizes of the region. More... | |
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 { ... } |
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 { ... } |
Union of sizes of the region.