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


Home
QNX Community Resources
QNX Documentation Library
PhAreaToRect

PhAreaToRect

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

PhAreaToRect()

Convert an area into a rectangle

Synopsis:

void PhAreaToRect( PhArea_t const *area,
                   PhRect_t *rect );

Library:

ph

Description:

This function converts an area (i.e. a position and dimensions) into a rectangle (i.e. upper-left and lower-right points).

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PhArea_t, PhRect_t, PhRectToArea()