Defines a rectangle with unsigned 16 bits integers.
Definition at line 87 of file GeometricTypes.h.
Data Fields | |
uint16_t | x |
Specifies the x coordinate. More... | |
uint16_t | y |
Specifies the y coordinate. More... | |
uint16_t | width |
Rectangle width. More... | |
uint16_t | height |
Rectangle height. More... | |
uint16_t dwRectu16::height |
Rectangle height.
Definition at line 99 of file GeometricTypes.h.
uint16_t dwRectu16::width |
Rectangle width.
Definition at line 96 of file GeometricTypes.h.
uint16_t dwRectu16::x |
Specifies the x coordinate.
Definition at line 90 of file GeometricTypes.h.
uint16_t dwRectu16::y |
Specifies the y coordinate.
Definition at line 93 of file GeometricTypes.h.