Packages

 

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

Classes

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

Class EmfExcludeClipRect

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


    public final class EmfExcludeClipRect
    extends EmfClippingRecordType

    The EMR_EXCLUDECLIPRECT record specifies a new clipping region that consists of the existing clipping region minus the specified rectangle. Note Fields that are not described in this section are specified in section 2.3.2.

    • Constructor Detail

      • EmfExcludeClipRect

        public EmfExcludeClipRect(EmfRecord source)

        Initializes a new instance of the EmfExcludeClipRect class.

        Parameters:
        source - The source.
      • EmfExcludeClipRect

        public EmfExcludeClipRect()

        Initializes a new instance of the EmfExcludeClipRect class.

    • Method Detail

      • getClip

        public Rectangle getClip()

        Gets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the clipping rectangle in logical units.

      • setClip

        public void setClip(Rectangle value)

        Sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the clipping rectangle in logical units.