POINTTOPOINTS
The POINTTOPOINTS
macro converts a POINT
POINTS POINTTOPOINTS(
POINT pt |
// coordinates of a
point |
); |
|
Parameters
pt
Specifies the
POINT
Return Values
The return
value is a POINTS
Remarks
The POINTTOPOINTS
macro is defined as follows:
#define POINTTOPOINTS(pt) \
(MAKELONG((short) ((pt).x), (short) ((pt).y)))
See Also