Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
DisplayBase::rect_t Struct Reference
The relative position within the graphics display area. More...
#include <DisplayBace.h>
Data Fields | |
unsigned short | vs |
unsigned short | vw |
unsigned short | hs |
unsigned short | hw |
Detailed Description
The relative position within the graphics display area.
Definition at line 267 of file DisplayBace.h.
Field Documentation
unsigned short hs |
Horizontal start pos
Definition at line 270 of file DisplayBace.h.
unsigned short hw |
Horizontal width
Definition at line 271 of file DisplayBace.h.
unsigned short vs |
Vertical start pos
Definition at line 268 of file DisplayBace.h.
unsigned short vw |
Vertical width (height)
Definition at line 269 of file DisplayBace.h.
Generated on Tue Jul 12 2022 14:33:14 by
