RECT_16¶
Structure Definition¶
1 2 3 4 5 6 7 | |
1 2 3 4 5 6 7 8 | |
Function Description¶
16-bit rectangle
Member Description¶
| Member | Type | Remark |
|---|---|---|
| left | short | X coordinate of the upper left corner. |
| top | short | Y coordinate of the upper left corner. |
| right | short | The X coordinate of the lower right corner. |
| bottom | short | The Y coordinate of the lower right corner. |