Middleware, development tools, realtime operating system
software and services for superior embedded design


Home
QNX Community Resources
QNX Documentation Library
PhDim_t

PhDim_t

QNX Software Systems
Developer Resources
Blogs
Board support packages
Foundry27 projects
Forums
Hardware support listing
Online video tutorials
Product documentation
Technical Articles

PhDim_t

Dimensions of an area

Synopsis:

typedef struct Ph_dim { 
    unsigned short w, h; 
    } PhDim_t;

Description:

The PhDim_t structure defines the dimensions of an area. It contains at least the following members:

w
Width of the area.
h
Height of the area.

Classification:

Photon

See also:

PhArea_t, PhPoint_t, PhRect_t

"Geometry data types" in the Working with Code chapter of the Photon Programmer's Guide