| title | POINT Structure1 | Microsoft Docs | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ms.custom | ||||||||||||||
| ms.date | 11/04/2016 | |||||||||||||
| ms.reviewer | ||||||||||||||
| ms.suite | ||||||||||||||
| ms.technology |
|
|||||||||||||
| ms.tgt_pltfrm | ||||||||||||||
| ms.topic | article | |||||||||||||
| f1_keywords |
|
|||||||||||||
| dev_langs |
|
|||||||||||||
| helpviewer_keywords |
|
|||||||||||||
| ms.assetid | 965736d8-4e53-41b6-9b8b-6961992dd21f | |||||||||||||
| caps.latest.revision | 13 | |||||||||||||
| author | mikeblome | |||||||||||||
| ms.author | mblome | |||||||||||||
| manager | ghogen | |||||||||||||
| translation.priority.ht |
|
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