mw::qrd::Rect 構造体

構文

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

説明

QRコードの位置情報を格納する構造体です。

メンバ変数

top QRコードの上辺位置です。
left QRコードの左辺位置です。
right QRコードの右辺位置です。
bottom QRコードの下辺位置です。

履歴

2010/06/24
誤記修正
2010/05/31
初版