NET_SDK_IVE_RECT_T¶
Structure Definition¶
1 2 3 4 5 6 7 | |
1 2 3 4 5 6 7 8 | |
Function Description¶
The target rectangle.
Member Description¶
| Member | Type | Remark |
|---|---|---|
| X1 | unsigned int | The x coordinate of the upper left corner. |
| Y1 | unsigned int | The 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. |