POINTSTOPOINT macro (winuser.h)

The POINTSTOPOINT macro copies the contents of a POINTS structure into a POINT structure.

Syntax

void POINTSTOPOINT(
   pt,
   pts
);

Parameters

pt

The POINT structure to receive the contents of the POINTS structure.

pts

The POINTS structure to copy.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header winuser.h (include Windows.h)

See also

MAKEPOINTS

POINTTOPOINTS

Rectangle Macros

Rectangles Overview