Packages

 

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

Class EmfPlusTranslateWorldTransform

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


    public final class EmfPlusTranslateWorldTransform
    extends EmfPlusTerminalServerRecordType

    The EmfPlusTranslateWorldTransform record performs a translation on the current world space transform.

    • Constructor Detail

      • EmfPlusTranslateWorldTransform

        public EmfPlusTranslateWorldTransform(EmfPlusRecord source)

        Initializes a new instance of the EmfPlusTranslateWorldTransform class.

        Parameters:
        source - The source.
    • Method Detail

      • getPostMultipliedMatrix

        public boolean getPostMultipliedMatrix()

        Gets a value indicating whether [post multiplied matrix]. If set, the transform matrix should be post-multiplied. If clear, it should be premultiplied.

        Value: true if [post multiplied matrix]; otherwise, false.
      • getDx

        public float getDx()

        Gets or sets a 32-bit floating-point value that defines the horizontal distance. The translation is performed by constructing a new world transform matrix from the dx and dy fields

        Value: The dx.
      • setDx

        public void setDx(float value)

        Gets or sets a 32-bit floating-point value that defines the horizontal distance. The translation is performed by constructing a new world transform matrix from the dx and dy fields

        Value: The dx.
      • getDy

        public float getDy()

        Gets or sets a 32-bit floating-point value that defines the vertical distance value.

        Value: The dy.
      • setDy

        public void setDy(float value)

        Gets or sets a 32-bit floating-point value that defines the vertical distance value.

        Value: The dy.