RectF::Contains (REAL,REAL) method (gdiplustypes.h)
本主題列出 RectF 類別的 Contains 方法。 如需 RectF 類別之方法的完整清單,請參閱 RectF 方法。
多載清單
方法 | Description |
---|---|
包含 RectF (&) | RectF::Contains 方法會決定另一個矩形是否在此矩形內。 |
包含 PointF (&) | RectF::Contains 方法會決定某個點是否在此矩形內。 |
包含 REAL、REAL) ( | RectF::Contains 方法會判斷點 (x、y) 是否在此矩形內。 |
語法
BOOL Contains(
REAL x,
REAL y
);
參數
x
y
傳回值
無
規格需求
需求 | 值 |
---|---|
目標平台 | Windows |
標頭 | gdiplustypes.h |