EMRLINETO structure (wingdi.h)
The EMRLINETO and EMRMOVETOEX structures contains members for the LineTo and MoveToEx enhanced metafile records.
C++
typedef struct tagEMRLINETO {
EMR emr;
POINTL ptl;
} EMRLINETO, *PEMRLINETO, EMRMOVETOEX, *PEMRMOVETOEX;
emr
Base structure for all record types.
ptl
Coordinates of the line's ending point for the LineTo function or coordinates of the new current position for the MoveToEx function in logical units.
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | wingdi.h (include Windows.h) |