Point::P oint (constPoint&) 方法 (gdiplustypes.h)
建立新的 Point 物件,並從另一個 Point 物件複製數據成員。
語法
void Point(
[in, ref] const Point & point
);
參數
[in, ref] point
類型: const Point
Point 對象的參考,其 X 和 Y 資料成員會複製到新 Point 物件的 X 和 Y 資料成員。
傳回值
無
規格需求
最低支援的用戶端 | Windows XP、Windows 2000 Professional [僅限桌面應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限桌面應用程式] |
目標平台 | Windows |
標頭 | gdiplustypes.h (包含 Gdiplus.h) |
程式庫 | Gdiplus.lib |
Dll | Gdiplus.dll |