Fixed point 16.16 coordinates of a rectangle
typedef struct Ph_rect_16dot16 { PhPoint16dot16_t ul, lr; } PhRect16dot16_t;
The PhRect16dot16_t structure describes the fixed point 16.16 coordinates of a rectangle. It contains at least the following members:
Photon
PhArea_t, PhAreaToRect(), PhDeTranslateRect(), PhDim_t, PhPoint16dot16_t PhRectIntersect(), PhRectToArea(), PhRectUnion(), PhTranslateRect()
“Geometry data types” in the Working with Code chapter of the Photon Programmer's Guide