Packages

 

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

Classes

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

Class EmfTransformRecordType

  • All Implemented Interfaces:
    com.aspose.imaging_internal.fileformats.emf.IRecord, Cloneable
    Direct Known Subclasses:
    EmfModifyWorldTransform, EmfSetWorldTransform


    public abstract class EmfTransformRecordType
    extends EmfRecord

    The transform record types specify and modify world-space to page-space transforms.

    • Method Detail

      • getXform

        public Matrix getXform()

        Gets or sets an XForm object (section 2.2.28), which defines a world-space to page space transform.

      • setXform

        public void setXform(Matrix value)

        Gets or sets an XForm object (section 2.2.28), which defines a world-space to page space transform.