mwqreRect Structure

Header file: mw/qre/qre.h

Syntax

struct mwqreRect{
    s32 top;
    s32 left;
    s32 right;
    s32 bottom;
} mwqreRect;

Description

The C structure representing the rectangle coordinates.

See the corresponding mw::qre::Rect.

Member Variables

top
left
right
bottom

Revision History

2010/06/24
Initial version.

CONFIDENTIAL