| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) | 
Position and dimensions of a rectangular area
typedef struct Ph_area { 
    PhPoint_t pos;
    PhDim_t size; 
    } PhArea_t;
The PhArea_t structure describes the position and dimensions of a rectangular area. It's used extensively by the widget (Pt*()) functions (see the Photon Widget Reference). This structure contains at least the following members:
Photon
| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) |