Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
The POINTL structure defines the x- and y-coordinates of a point.
Syntax
typedef struct _POINTL {
LONG x;
LONG y;
} POINTL, *PPOINTL;
Members
x
Specifies the x-coordinate of the point.
y
Specifies the y-coordinate of the point.
Remarks
The POINTL structure is identical to the POINT structure.
Requirements
| Requirement | Value |
|---|---|
| Header | windef.h (include Windows.h) |