Packages

 

com.aspose.imaging.fileformats.emf.emf.records

Classes

com.aspose.imaging.fileformats.emf.emf.records

Class EmfSetWindowExtEx

  • All Implemented Interfaces:
    com.aspose.imaging_internal.fileformats.emf.IRecord, Cloneable


    public final class EmfSetWindowExtEx
    extends EmfStateRecordType

    The EMR_SETWINDOWEXTEX record defines the window extent.

    • Constructor Detail

      • EmfSetWindowExtEx

        public EmfSetWindowExtEx(EmfRecord source)

        Initializes a new instance of the EmfSetWindowExtEx class.

        Parameters:
        source - The source.
      • EmfSetWindowExtEx

        public EmfSetWindowExtEx()

        Initializes a new instance of the EmfSetWindowExtEx class.

    • Method Detail

      • getExtent

        public Size getExtent()

        Gets or sets a 64-bit WMF SizeL object ([MS-WMF] section 2.2.2.22) that specifies the horizontal and vertical extents in logical units.

      • setExtent

        public void setExtent(Size value)

        Gets or sets a 64-bit WMF SizeL object ([MS-WMF] section 2.2.2.22) that specifies the horizontal and vertical extents in logical units.