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