TARGET_POINT¶
Structure Definition¶
1 2 3 4 5 6 7 | |
1 2 3 4 5 6 7 8 | |
Function Description¶
Target box coordinates.
Member Description¶
| Member | Type | Remark |
|---|---|---|
| m_RulePoint_x1 | int | The horizontal coordinate of the upper left corner of the target box. |
| m_RulePoint_y1 | int | The vertical coordinate of the upper left corner of the target box. |
| m_RulePoint_x2 | int | The horizontal coordinate of the lower right corner of the target box. |
| m_RulePoint_y2 | int | The vertical coordinate of the lower right corner of the target box. |