mw::qre::Rect Structure

Syntax

typedef struct Rect {
    s32 top;
    s32 left;
    s32 right;
    s32 bottom;
} Rect;

Description

Structure that stores the image's internal region information.

Member Variables

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.

Revision History

2010/06/24
Corrected the text.
2010/05/31
Initial version.

CONFIDENTIAL