EmfPlusSetWorldTransform
Contents
[
Hide
]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
Constructor | Description |
---|---|
EmfPlusSetWorldTransform(EmfPlusRecord source) | Initializes a new instance of the EmfPlusSetWorldTransform class. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
source | EmfPlusRecord | The 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:
Parameter | Type | Description |
---|---|---|
value | Matrix |