EmfTransformRecordType

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emf.records.EmfRecord

public abstract class EmfTransformRecordType extends EmfRecord

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

Methods

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

getXform()

public Matrix getXform()

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

Returns: Matrix

setXform(Matrix value)

public void setXform(Matrix value)

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

Parameters:

ParameterTypeDescription
valueMatrix