mw::qrd::Rect Structure

Syntax

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

Description

Structure that stores the QR Code position information.

Member Variables

top The position of the top side of the QR Code.
left The position of the left side of the QR Code.
right The position of the right side of the QR Code.
bottom The position of the bottom side of the QR Code.

Revision History

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

CONFIDENTIAL