Class HemfDraw.EmfLineTo

java.lang.Object
org.apache.poi.hwmf.record.HwmfDraw.WmfLineTo
org.apache.poi.hemf.record.emf.HemfDraw.EmfLineTo
All Implemented Interfaces:
GenericRecord, HemfRecord, HwmfRecord
Enclosing class:
HemfDraw

public static class HemfDraw.EmfLineTo extends HwmfDraw.WmfLineTo implements HemfRecord
The EMR_LINETO record specifies a line from the current position up to, but not including, the specified point. It resets the current position to the specified point.