mikroSDK Reference Manual
|
The context structure for storing rectangle by its top left point and width and height (in pixels). More...
Data Fields | |
gl_point_t | top_left |
uint16_t | width |
uint16_t | height |
User shall define the values stored within.
gl_point_t gl_rectangle_t::top_left |
Top left point of the rectangle. See gl_point_t definition for detailed explanation.
uint16_t gl_rectangle_t::width |
Width.
uint16_t gl_rectangle_t::height |
Height.