mw::qre::Rect
Structuretypedef struct Rect { s32 top; s32 left; s32 right; s32 bottom; } Rect;
Structure that stores the image's internal region information.
top | The position of the topmost coordinates. | |
---|---|---|
left | The position of the leftmost coordinates. | |
right | The position of the rightmost coordinates. | |
bottom | The position of the bottommost coordinates. |
CONFIDENTIAL