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
Details
Field Documentation
h
int32_t IRect::h
Description:
Height of the rectangle
w
int32_t IRect::w
Description:
Width of the rectangle
x
int32_t IRect::x
Description:
Start X-axis coordinate of the rectangle
y
int32_t IRect::y
Description:
Start Y-axis coordinate of the rectangle