EmfPlusMultiplyWorldTransform

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emfplus.records.EmfPlusRecord, com.aspose.imaging.fileformats.emf.emfplus.records.EmfPlusTerminalServerRecordType

public final class EmfPlusMultiplyWorldTransform extends EmfPlusTerminalServerRecordType

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

Constructors

ConstructorDescription
EmfPlusMultiplyWorldTransform(EmfPlusRecord source)Initializes a new instance of the EmfPlusMultiplyWorldTransform class.

Methods

MethodDescription
getPostMultipliedMatrix()Gets a value indicating whether [post multiplied matrix].
getMatrixData()Gets or sets an EmfPlusTransformMatrix object (section 2.2.2.47) that defines the multiplication matrix.
setMatrixData(Matrix value)Gets or sets an EmfPlusTransformMatrix object (section 2.2.2.47) that defines the multiplication matrix.

EmfPlusMultiplyWorldTransform(EmfPlusRecord source)

public EmfPlusMultiplyWorldTransform(EmfPlusRecord source)

Initializes a new instance of the EmfPlusMultiplyWorldTransform class.

Parameters:

ParameterTypeDescription
sourceEmfPlusRecordThe source.

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.

Returns: boolean

getMatrixData()

public Matrix getMatrixData()

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

Value: The matrix data.

Returns: Matrix

setMatrixData(Matrix value)

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.

Parameters:

ParameterTypeDescription
valueMatrix