Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
![]() |
![]() |
![]() |
![]() |
PhArea_t
Position and dimensions of a rectangular area
Synopsis:
typedef struct Ph_area {
PhPoint_t pos;
PhDim_t size;
} PhArea_t;
Description:
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:
- pos
- Upper-left corner of the area.
- size
- Size of the area.
Classification:
Photon
See also:
"Geometry data types" in the Working with Code chapter of the Photon Programmer's Guide
![]() |
![]() |
![]() |
![]() |

![[Previous]](../prev.gif)
![[Contents]](../contents.gif)
![[Index]](../keyword_index.gif)
![[Next]](../next.gif)