Packages

 

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

Classes

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

Class EmfExtSelectClipRgn

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


    public final class EmfExtSelectClipRgn
    extends EmfClippingRecordType

    The EMR_EXTSELECTCLIPRGN record combines the specified region with the current clip region using the specified mode. Note Fields that are not described in this section are specified in section 2.3.2.

    • Constructor Detail

      • EmfExtSelectClipRgn

        public EmfExtSelectClipRgn(EmfRecord source)

        Initializes a new instance of the EmfExtSelectClipRgn class.

        Parameters:
        source - The source.
      • EmfExtSelectClipRgn

        public EmfExtSelectClipRgn()

        Initializes a new instance of the EmfExtSelectClipRgn class.

    • Method Detail

      • getRgnDataSize

        public int getRgnDataSize()

        Gets or sets a 32-bit unsigned integer that specifies the size of region data in bytes.

      • setRgnDataSize

        public void setRgnDataSize(int value)

        Gets or sets a 32-bit unsigned integer that specifies the size of region data in bytes.

      • getRegionMode

        public int getRegionMode()

        Gets or sets a 32-bit unsigned integer that specifies the way to use the region. The value MUST be in the RegionMode (section 2.1.29) enumeration.

      • setRegionMode

        public void setRegionMode(int value)

        Gets or sets a 32-bit unsigned integer that specifies the way to use the region. The value MUST be in the RegionMode (section 2.1.29) enumeration.

      • getRgnData

        public EmfRegionData getRgnData()

        Gets or sets a RgnDataSize length array of bytes that specifies a RegionData object in logical units. If RegionMode is RGN_COPY, this data can be omitted and the clip region SHOULD be set to the default (NULL) clip region.

      • setRgnData

        public void setRgnData(EmfRegionData value)

        Gets or sets a RgnDataSize length array of bytes that specifies a RegionData object in logical units. If RegionMode is RGN_COPY, this data can be omitted and the clip region SHOULD be set to the default (NULL) clip region.