Class HwmfDraw.WmfLineTo

java.lang.Object
org.apache.poi.hwmf.record.HwmfDraw.WmfLineTo
All Implemented Interfaces:
HwmfRecord
Enclosing class:
HwmfDraw

public static class HwmfDraw.WmfLineTo extends Object implements HwmfRecord
The META_LINETO record draws a line from the drawing position that is defined in the playback device context up to, but not including, the specified point.
  • Constructor Details

    • WmfLineTo

      public WmfLineTo()
  • Method Details