Prev Next
POINTSTOPOINT info Overview GroupThe POINTSTOPOINT macro copies the contents of a POINTS structure into a POINT structure. POINTSTOPOINT(
Parameters
RemarksThe POINTSTOPOINT macro is defined as follows: #define POINTSTOPOINT(pt, pts) {(pt).x = (SHORT) LOWORD(pts); \
(pt).y = (SHORT) HIWORD(pts);}
See Also |