Packages

 

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

Classes

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

Class EmfSetViewportExtEx

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


    public final class EmfSetViewportExtEx
    extends EmfStateRecordType

    The EMR_SETVIEWPORTEXTEX record defines the viewport extent.

    • Constructor Detail

      • EmfSetViewportExtEx

        public EmfSetViewportExtEx(EmfRecord source)

        Initializes a new instance of the EmfSetViewportExtEx class.

        Parameters:
        source - The source.
      • EmfSetViewportExtEx

        public EmfSetViewportExtEx()

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