PointF::P ointF (REAL,REAL) 方法 (gdiplustypes.h)

使用两个实数创建 PointF 对象,以指定 XY 数据成员。

语法

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)
Library Gdiplus.lib
DLL Gdiplus.dll

另请参阅

Point

点构造函数

PointF