test public

Dependencies:   HttpServer_snapshot_mbed-os

Embed: (wiki syntax)

« Back to documentation index

DisplayBase::rect_t Struct Reference

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 260 of file DisplayBace.h.


Field Documentation

unsigned short hs

Horizontal start pos

Definition at line 263 of file DisplayBace.h.

unsigned short hw

Horizontal width

Definition at line 264 of file DisplayBace.h.

unsigned short vs

Vertical start pos

Definition at line 261 of file DisplayBace.h.

unsigned short vw

Vertical width (height)

Definition at line 262 of file DisplayBace.h.