mw::qre::Rect 構造体

構文

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

説明

画像内の領域情報を格納する構造体です。

メンバ変数

top 上限座標位置です。
left 左限座標位置です。
right 右限座標位置です。
bottom 下限座標位置です。

履歴

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