EmfPlusSetWorldTransform

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 EmfPlusSetWorldTransform extends EmfPlusTerminalServerRecordType

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

Constructors

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

Methods

MethodDescription
getMatrixData()Gets or sets an EmfPlusTransformMatrix object (section 2.2.2.47) that defines the new current world transform.
setMatrixData(Matrix value)Gets or sets an EmfPlusTransformMatrix object (section 2.2.2.47) that defines the new current world transform.

EmfPlusSetWorldTransform(EmfPlusRecord source)

public EmfPlusSetWorldTransform(EmfPlusRecord source)

Initializes a new instance of the EmfPlusSetWorldTransform class.

Parameters:

ParameterTypeDescription
sourceEmfPlusRecordThe source.

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.

Returns: Matrix

setMatrixData(Matrix value)

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.

Parameters:

ParameterTypeDescription
valueMatrix