Region::IsVisible(constPointF&,constGraphics*) メソッド (gdiplusheaders.h)
Region::IsVisible メソッドは、ポイントがこの領域内にあるかどうかを判断します。
構文
BOOL IsVisible(
[in, ref] const PointF & point,
[in] const Graphics *g
);
パラメーター
[in, ref] point
型: const PointF
テストするポイントへの参照。
[in] g
型: const Graphics*
省略可能。 この領域とポイントのデバイス座標を計算するために必要なワールド変換とページ変換を含む Graphics オブジェクトへのポインター。 既定値は NULL です。
戻り値
種類: BOOL
ポイントがこの領域内にある場合、このメソッドは TRUE を返します。それ以外の場合は、 FALSE を返します。
注釈
メモ リージョンには、その境界線が含まれています。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows XP、Windows 2000 Professional [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows 2000 Server [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | gdiplusheaders.h (Gdiplus.h を含む) |
Library | Gdiplus.lib |
[DLL] | Gdiplus.dll |