Packages

 

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

Class EmfPlusSetWorldTransform

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


    public final class EmfPlusSetWorldTransform
    extends EmfPlusTerminalServerRecordType

    The EmfPlusSetWorldTransform record sets the world transform according to the values in a specified transform matrix.

    • Constructor Detail

      • EmfPlusSetWorldTransform

        public EmfPlusSetWorldTransform(EmfPlusRecord source)

        Initializes a new instance of the EmfPlusSetWorldTransform class.

        Parameters:
        source - The source.
    • Method Detail

      • getMatrixData

        public Matrix getMatrixData()

        Gets or sets an EmfPlusTransformMatrix object (section 2.2.2.47) that defines the new current world transform.

        Value: The matrix data.
      • setMatrixData

        public void setMatrixData(Matrix value)

        Gets or sets an EmfPlusTransformMatrix object (section 2.2.2.47) that defines the new current world transform.

        Value: The matrix data.