IRect
Overview
Related Modules:
Description:
Defines the coordinates of the upper left corner of a rectangle as well as its width and height to describe a rectangular area for an image.
Summary
Data Fields
| Variable Name | Description |
|---|---|
| x | int32_t |
| y | int32_t |
| w | int32_t |
| h | int32_t |
Details
Field Documentation
h
1. int32_t IRect::h
Description:
Height of the rectangle
w
1. int32_t IRect::w
Description:
Width of the rectangle
x
1. int32_t IRect::x
Description:
Start X-axis coordinate of the rectangle
y
1. int32_t IRect::y
Description:
Start Y-axis coordinate of the rectangle
