点のx座標およびy座標を定義します。
typedef struct tagPOINT { LONG x; // x-coordinate LONG y; // y-coordinate } POINT, *PPOINT, *NPPOINT, *LPPOINT;
点のx座標が格納されます。
点のy座標が格納されます。
Windows 95 以降 / Windows NT 3.1 以降
HSP 変数 | メンバ | ||
---|---|---|---|
メンバ名 | オフセット | サイズ | |
point(0) | x | 0 | 4 |
point(1) | y | 4 | 4 |