CRgn::PtInRegion
確認 x 和 y 指定的點是否包含在這個區域中 CRgn 儲存物件。
BOOL PtInRegion(
int x,
int y
) const;
BOOL PtInRegion(
POINT point
) const;
參數
x
指定這個點的邏輯 X 座標測試。y
指定這個點的邏輯 Y 座標測試。point
point x 和 y 座標指定的點的 X 和 Y 座標來測試值。point 參數可以是 點 結構或 CPoint 物件。
傳回值
如果不是零,則按此區域;則為 0。
需求
Header: afxwin.h