0 out of 2 rated this helpful - Rate this topic

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

Windef.h (include Windows.h)

See also

Rectangles Overview
Rectangle Structures
ChildWindowFromPoint
PtInRect
WindowFromPoint
POINT

 

 

Send comments about this topic to Microsoft

Build date: 3/7/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ