POINTS structure
Applies to: desktop apps only
The POINTS structure defines the coordinates of a point.
Syntax
typedef struct tagPOINTS {
SHORT x;
SHORT y;
} POINTS, *PPOINTS;
Members
- x
-
The x-coordinate of the point.
- y
-
The y-coordinate of the point.
Requirements
|
Minimum supported client | Windows 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 3/7/2012