PointF::P ointF (REAL,REAL) 方法 (gdiplustypes.h)
使用兩個實數來建立 PointF 物件,以指定 X 和 Y 資料成員。
語法
void PointF(
[in] REAL x,
[in] REAL y
);
參數
[in] x
類型: REAL
指定 PointF 物件的 X 座標的實數。
[in] y
類型: REAL
指定 PointF 物件的 Y 座標的實數。
傳回值
無
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP、Windows 2000 Professional [僅限傳統型應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | gdiplustypes.h (包含 Gdiplus.h) |
程式庫 | Gdiplus.lib |
Dll | Gdiplus.dll |