public class EmfPlusSetWorldTransform extends EmfPlusTerminalServerRecordType
The EmfPlusSetWorldTransform record sets the world transform according to the values in a specified transform matrix.
Constructor and Description |
---|
EmfPlusSetWorldTransform(EmfPlusRecord source)
Initializes a new instance of the
EmfPlusSetWorldTransform class. |
Modifier and Type | Method and Description |
---|---|
Matrix |
getMatrixData()
Gets or sets an EmfPlusTransformMatrix object (section 2.2.2.47) that defines the
new current world transform.
|
void |
setMatrixData(Matrix value)
Gets or sets an EmfPlusTransformMatrix object (section 2.2.2.47) that defines the
new current world transform.
|
getDataSize, getFirstFlagByte_internalized, getFlagBit_internalized, getFlags, getLastFlagByte_internalized, getObjectId_internalized, getSize, getType, setDataSize, setFirstFlagByte_internalized, setFlagBit_internalized, setFlags, setLastFlagByte_internalized, setObjectId_internalized, setSize, setType_internalized
deepClone_internalized
public EmfPlusSetWorldTransform(EmfPlusRecord source)
Initializes a new instance of the EmfPlusSetWorldTransform
class.
source
- The source.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.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.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.