#include <mw/hgr/hgr.h> typedef struct { s32 sx ; /* 矩形領域開始点 左上x[pixel]座標 */ s32 sy ; /* 矩形領域開始点 左上y[pixel]座標 */ s32 ex ; /* 矩形領域終了点 右下x[pixel]座標 */ s32 ey ; /* 矩形領域終了点 右下y[pixel]座標 */ } mwhgrPSRect;