mikroSDK Reference Manual
gl_rectangle_t Struct Reference

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
 

Detailed Description

User shall define the values stored within.

Field Documentation

◆ top_left

gl_point_t gl_rectangle_t::top_left

Top left point of the rectangle. See gl_point_t definition for detailed explanation.

◆ width

uint16_t gl_rectangle_t::width

Width.

◆ height

uint16_t gl_rectangle_t::height

Height.