This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Convert a rectangle into an area
void PhRectToArea( PhRect_t const *rect, PhArea_t *area);
ph
This function converts a rectangle (i.e. upper-left and lower-right points) into an area (i.e. a position and dimensions).
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PhArea_t, PhAreaToRect(), PhRect_t