/* 矩形を描画する */ BOOL Rectangle( HDC hdc, // デバイスコンテキストハンドル int nLeftRect, // 左上x座標 int nTopRect, // 左上y座標 int nRightRect, // 右下x座標 int nBottomRect // 右下y座標 ); /* 説明 */ 指定した長方形を描画します。