Packages

 

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

Classes

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

Class EmfOffsetClipRgn

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


    public final class EmfOffsetClipRgn
    extends EmfClippingRecordType

    The EMR_OFFSETCLIPRGN record moves the current clipping region in the playback device context by the specified offsets.

    • Constructor Detail

      • EmfOffsetClipRgn

        public EmfOffsetClipRgn(EmfRecord source)

        Initializes a new instance of the EmfOffsetClipRgn class.

        Parameters:
        source - The source.
      • EmfOffsetClipRgn

        public EmfOffsetClipRgn()

        Initializes a new instance of the EmfOffsetClipRgn class.

    • Method Detail

      • getOffset

        public Point getOffset()

        Gets a WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the horizontal and vertical offsets in logical units.

      • setOffset

        public void setOffset(Point value)

        Sets a WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the horizontal and vertical offsets in logical units.