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