# rect.h - [Overview](#section1912513024165628) - [Summary](#section1339153209165628) - [Data Structures](#nested-classes) ## **Overview** **Related Modules:** [Graphic](Graphic.md) **Description:** Defines a rectangle, including the position data of the four boundaries of the rectangle, and provides functions for rectangle inclusion, intersection, and aggregation. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Data Structures
Defines a rectangle, including the position data of the four boundaries of the rectangle, and provides functions for rectangle inclusion, intersection, and aggregation. |