Packages

 

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

Classes

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

Class EmfMoveToEx

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


    public final class EmfMoveToEx
    extends EmfRecord

    The EMR_MOVETOEX record specifies coordinates of the new current position, in logical units.

    • Constructor Detail

      • EmfMoveToEx

        public EmfMoveToEx(EmfRecord record)

        Initializes a new instance of the EmfMoveToEx class.

        Parameters:
        record - The record.
      • EmfMoveToEx

        public EmfMoveToEx()

        Initializes a new instance of the EmfMoveToEx class.

    • Method Detail

      • getOffset

        public Point getOffset()

        Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies coordinates of the new current position in logical units.

      • setOffset

        public void setOffset(Point value)

        Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies coordinates of the new current position in logical units.