Class HwmfWindowing.WmfSetWindowExt

  • All Implemented Interfaces:
    HwmfRecord
    Enclosing class:
    HwmfWindowing

    public static class HwmfWindowing.WmfSetWindowExt
    extends Object
    implements HwmfRecord
    The META_SETWINDOWEXT record defines the horizontal and vertical extents of the output window in the playback device context.
    • Constructor Detail

      • WmfSetWindowExt

        public WmfSetWindowExt()
    • Method Detail

      • draw

        public void draw​(HwmfGraphics ctx)
        Description copied from interface: HwmfRecord
        Apply the record settings to the graphics context
        Specified by:
        draw in interface HwmfRecord
        Parameters:
        ctx - the graphics context to modify
      • getHeight

        public int getHeight()
      • getWidth

        public int getWidth()