MPLABĀ® Harmony Graphics Suite
GFX v3.13.0
Legato API Documentation
|
This struct represents the four margin settings for objects. More...
#include <C:/microchip/harmony3/gfx/middleware/legato/library/src/gfx/legato/common/legato_common.h>
Data Fields | |
uint8_t | left |
uint8_t | top |
uint8_t | right |
uint8_t | bottom |
This struct represents the four margin settings for objects.
The four margin: left, top, right, bottom controls the size of the borders around objects.
uint8_t bottom |
Aligns with the bottom margin.
uint8_t left |
Aligns with the left margin.
uint8_t right |
Aligns with the right margin.
uint8_t top |
Aligns with the top margin.