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

Detailed Description

Region for signed and unsigned size representations.

Since
Kanzi 3.9.7

Member Data Documentation

◆ position

Position kanzi::windowing::Region::position

Signed position of the region.

◆ positionU

PositionU kanzi::windowing::Region::positionU

Unsigned position of the region.

◆ [union]

union { ... } kanzi::windowing::Region

Union of positions of the region.

◆ size

Size kanzi::windowing::Region::size

Signed size of the region.

◆ sizeU

SizeU kanzi::windowing::Region::sizeU

Unsigned size of the region.

◆ [union]

union { ... } kanzi::windowing::Region

Union of sizes of the region.


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