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) |
程式庫 | Gdiplus.lib |
Dll | Gdiplus.dll |