MPLABĀ® Harmony Graphics Suite
GFX v3.13.0
Legato API Documentation
|
This structure is used represents the size of an item. More...
#include <C:/microchip/harmony3/gfx/middleware/legato/library/src/gfx/legato/common/legato_common.h>
Data Fields | |
int32_t | width |
int32_t | height |
This structure is used represents the size of an item.
A size is specified by a width and height.
int32_t height |
height of an item.
int32_t width |
width of an item.