Packages

 

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

Classes

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

Class EmfSetViewportOrgEx

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


    public final class EmfSetViewportOrgEx
    extends EmfStateRecordType

    The EMR_SETVIEWPORTORGEX record defines the viewport origin.

    • Constructor Detail

      • EmfSetViewportOrgEx

        public EmfSetViewportOrgEx(EmfRecord source)

        Initializes a new instance of the EmfSetViewportOrgEx class.

        Parameters:
        source - The source.
      • EmfSetViewportOrgEx

        public EmfSetViewportOrgEx()

        Initializes a new instance of the EmfSetViewportOrgEx 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 device 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 device units.