title | ms.custom | ms.date | ms.reviewer | ms.suite | ms.technology | ms.tgt_pltfrm | ms.topic | f1_keywords | dev_langs | helpviewer_keywords | ms.assetid | caps.latest.revision | author | ms.author | manager | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
POINT Structure1 | Microsoft Docs |
11/04/2016 |
|
article |
|
|
|
965736d8-4e53-41b6-9b8b-6961992dd21f |
13 |
mikeblome |
mblome |
ghogen |
The POINT structure defines the x*-* and y-coordinates of a point.
typedef struct tagPOINT {
LONG x;
LONG y;
} POINT;
x
Specifies the x-coordinate of a point.
y
Specifies the y-coordinate of a point.
[!code-cppNVC_MFC_Utilities#37]
Header: windef.h
Structures, Styles, Callbacks, and Message Maps
CPoint Class