Packages

 

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

Classes

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

Class EmfSetWindowOrgEx

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


    public final class EmfSetWindowOrgEx
    extends EmfStateRecordType

    The EMR_SETWINDOWORGEX record defines the window origin.

    • Constructor Detail

      • EmfSetWindowOrgEx

        public EmfSetWindowOrgEx(EmfRecord source)

        Initializes a new instance of the EmfSetWindowOrgEx class.

        Parameters:
        source - The source.
      • EmfSetWindowOrgEx

        public EmfSetWindowOrgEx()

        Initializes a new instance of the EmfSetWindowOrgEx class.

    • Method Detail

      • getOrigin

        public Point getOrigin()

        Gets or sets a 64-bit WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the window horizontal and vertical origin in logical units.

      • setOrigin

        public void setOrigin(Point value)

        Gets or sets a 64-bit WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the window horizontal and vertical origin in logical units.