mwqreRect 構造体

ヘッダファイル : mw/qre/qre.h

構文

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

説明

矩形座標を表す C の構造体です。

対応する mw::qre::Rect を参照してください。

メンバ変数

top
left
right
bottom

履歴

2010/06/24
初版