RECTANGLE¶
Structure Definition¶
1 2 3 4 5 6 7 | |
1 2 3 4 5 6 7 8 | |
Function Description¶
Rectangular frame.
Member Description¶
| Member | Type | Remark |
|---|---|---|
| X1 | unsigned int | X coordinate of the upper left corner. |
| Y1 | unsigned int | Y coordinate of the upper left corner. |
| X2 | unsigned int | The X coordinate of the lower right corner. |
| Y2 | unsigned int | The Y coordinate of the lower right corner. |