Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
The POINT structure defines the x- and y-coordinates of a point.
Syntax
typedef struct tagPOINT {
LONG x;
LONG y;
} POINT, *PPOINT, *NPPOINT, *LPPOINT;
Members
x
Specifies the x-coordinate of the point.
y
Specifies the y-coordinate of the point.
Remarks
The POINT structure is identical to the POINTL structure.
Requirements
| Requirement | Value |
|---|---|
| Header | windef.h (include Windows.h) |