Kanzi  3.9.8
Kanzi Engine C++ API
kanzi::windowing::Region Struct Reference

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...
 

Detailed Description

Region for signed and unsigned size representations.

Since
Kanzi 3.9.7

Member Data Documentation

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.


The documentation for this struct was generated from the following file: