2.3.5.13 EMR_LINETO Record
The EMR_LINETO record specifies a line from the current drawing position up to, but not including, the specified point. It resets the current position to the specified point.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Type |
|||||||||||||||||||||||||||||||
Size |
|||||||||||||||||||||||||||||||
Point |
|||||||||||||||||||||||||||||||
... |
Type (4 bytes): An unsigned integer that identifies this record type as EMR_LINETO. This value is 0x00000036.
Size (4 bytes): An unsigned integer that specifies the size of this record in bytes.
Point (8 bytes): A PointL object ([MS-WMF] section 2.2.2.15), which specifies the coordinates of the line's endpoint.
See section 2.3.5 for more drawing record types.