SetRectRgn 関数 (wingdi.h)
SetRectRgn 関数は、指定した座標を持つ四角形の領域に領域を変換します。
構文
BOOL SetRectRgn(
[in] HRGN hrgn,
[in] int left,
[in] int top,
[in] int right,
[in] int bottom
);
パラメーター
[in] hrgn
リージョンへのハンドル。
[in] left
四角形領域の左上隅の x 座標を論理単位で指定します。
[in] top
四角形領域の左上隅の y 座標を論理単位で指定します。
[in] right
四角形領域の右下隅の x 座標を論理単位で指定します。
[in] bottom
四角形領域の右下隅の y 座標を論理単位で指定します。
戻り値
関数が成功すると、戻り値は 0 以外になります。
関数が失敗した場合は、0 を返します。
解説
領域には、四角形の右下の境界は含まれません。
要件
サポートされている最小のクライアント | Windows 2000 Professional [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows 2000 Server [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | wingdi.h (Windows.h を含む) |
Library | Gdi32.lib |
[DLL] | Gdi32.dll |