DD_AREA¶
Structure Definition¶
1 2 3 4 5 6 7 | |
1 2 3 4 5 6 7 8 | |
Function Description¶
Region information structure, x+cx <= 100, y+cy <= 100.
Member Description¶
| Member | Type | Remark |
|---|---|---|
| x | unsigned short | The horizontal axis has a value range of 0~99. |
| y | unsigned short | The vertical axis ranges from 0 to 99. |
| cx | unsigned short | Width, the value range is 1~100. |
| cy | unsigned short | Height, the value range is 1~100. |