PointF::P ointF (constPointF&) 方法 (gdiplustypes.h)

建立新的 PointF 物件,並從另一個 PointF 物件複製數據。

語法

void PointF(
  [in, ref] const PointF & point
);

參數

[in, ref] point

類型: const PointF

PointF 對象的參考,其 XY 資料成員會複製到新 PointF 物件的 XY 數據成員。

傳回值

規格需求

   
最低支援的用戶端 Windows XP、Windows 2000 Professional [僅限桌面應用程式]
最低支援的伺服器 Windows 2000 Server [僅限桌面應用程式]
目標平台 Windows
標頭 gdiplustypes.h (包含 Gdiplus.h)
程式庫 Gdiplus.lib
Dll Gdiplus.dll

另請參閱

PointF

PointF 建構函式