Defines | |
#define | XY_POS_TOP 0x0 |
Position background at the top (default). | |
#define | XY_POS_LEFT 0x0 |
Position background on the left (default). | |
#define | XY_POS_HCENTER 0x1 |
Horizontally center background. | |
#define | XY_POS_VCENTER 0x2 |
Vertically center background. | |
#define | XY_POS_RIGHT 0x4 |
Position background at the right. | |
#define | XY_POS_BOTTOM 0x8 |
Position background at the bottom. |
#define XY_POS_TOP 0x0 |
Position background at the top (default).
#define XY_POS_LEFT 0x0 |
Position background on the left (default).
#define XY_POS_HCENTER 0x1 |
Horizontally center background.
#define XY_POS_VCENTER 0x2 |
Vertically center background.
#define XY_POS_RIGHT 0x4 |
Position background at the right.
#define XY_POS_BOTTOM 0x8 |
Position background at the bottom.