Class HwmfDraw.WmfSetPixel

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

public static class HwmfDraw.WmfSetPixel extends Object implements HwmfRecord
The META_RECTANGLE record paints a rectangle. The rectangle is outlined by using the pen and filled by using the brush that are defined in the playback device context.
  • Constructor Details

    • WmfSetPixel

      public WmfSetPixel()
  • Method Details