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