POINTL 結構 (windef.h)

POINTL 結構會定義點的 x 和 y 座標。

語法

typedef struct _POINTL {
  LONG x;
  LONG y;
} POINTL, *PPOINTL;

成員

x

指定點的 X座標。

y

指定點的 Y座標。

備註

POINTL 結構與 POINT 結構相同。

規格需求

   
標頭 windef.h (包含 Windows.h)

另請參閱