Rect::Contains(constPoint&) メソッド (gdiplustypes.h)
Rect::Contains メソッドは、ポイントがこの四角形内にあるかどうかを判断します。
構文
BOOL Contains(
[in] const Point & pt
);
パラメーター
[in] pt
型: const Point&
テストするポイントへの参照。
戻り値
種類: BOOL
ポイントが四角形内にある場合、このメソッドは TRUE を返します。それ以外の場合は、 FALSE を返します。
要件
サポートされている最小のクライアント | Windows XP、Windows 2000 Professional [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows 2000 Server [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | gdiplustypes.h (Gdiplus.h を含む) |
Library | Gdiplus.lib |
[DLL] | Gdiplus.dll |