- All Implemented Interfaces:
- GenericRecord, HemfRecord, HwmfRecord
- Enclosing class:
- HemfDraw
public static class HemfDraw.EmfPolylineTo16
extends HemfDraw.EmfPolylineTo
The EMR_POLYLINETO16 record specifies one or more straight lines based upon the current position.
A line is drawn from the current position to the first point specified by the points field by using the
current pen. For each additional line, drawing is performed from the ending point of the previous
line to the next point specified by points.