[Previous] [Contents] [Index] [Next]

Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

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()


[Previous] [Contents] [Index] [Next]