共用方式為


POINTFLOAT 結構 (wingdi.h)

POINTFLOAT 結構包含點的 x 和 y 座標。

語法

typedef struct _POINTFLOAT {
  FLOAT x;
  FLOAT y;
} POINTFLOAT, *PPOINTFLOAT;

成員

x

指定點的水準 (x) 座標。

y

指定點的垂直 (y) 座標。

規格需求

需求
最低支援的用戶端 Windows 2000 Professional [僅限傳統型應用程式]
最低支援的伺服器 Windows 2000 Server [僅限桌面應用程式]
標頭 wingdi.h

另請參閱

GLYPHMETRICSFLOAT

Windows 上的 OpenGL

結構