Packages

 

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

Class EmfPlusMultiplyWorldTransform

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


    public final class EmfPlusMultiplyWorldTransform
    extends EmfPlusTerminalServerRecordType

    The EmfPlusMultiplyWorldTransform record multiplies the current world space transform by a specified transform matrix.

    • Constructor Detail

      • EmfPlusMultiplyWorldTransform

        public EmfPlusMultiplyWorldTransform(EmfPlusRecord source)

        Initializes a new instance of the EmfPlusMultiplyWorldTransform 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-multipled. If clear, it should be premultiplied.

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

        public Matrix getMatrixData()

        Gets or sets an EmfPlusTransformMatrix object (section 2.2.2.47) that defines the multiplication matrix.

        Value: The matrix data.
      • setMatrixData

        public void setMatrixData(Matrix value)

        Gets or sets an EmfPlusTransformMatrix object (section 2.2.2.47) that defines the multiplication matrix.

        Value: The matrix data.