Packages

 

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

Class EmfPlusOffsetClip

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


    public final class EmfPlusOffsetClip
    extends EmfPlusClippingRecordType

    The EmfPlusOffsetClip record applies a translation transform on the current clipping region for the world space. The new current clipping region is set to the result of the translation transform.

    • Constructor Detail

      • EmfPlusOffsetClip

        public EmfPlusOffsetClip(EmfPlusRecord source)

        Initializes a new instance of the EmfPlusOffsetClip class.

        Parameters:
        source - The source.
    • Method Detail

      • getDx

        public float getDx()

        Gets or sets a 32-bit floating-point value that specifies the horizontal offset for the translation.

      • setDx

        public void setDx(float value)

        Gets or sets a 32-bit floating-point value that specifies the horizontal offset for the translation.

      • getDy

        public float getDy()

        Gets or sets a 32-bit floating-point value that specifies the vertical offset for the translation.

      • setDy

        public void setDy(float value)

        Gets or sets a 32-bit floating-point value that specifies the vertical offset for the translation.