public final 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, getFlags, getSize, getType, setDataSize, setFlags, setSize
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.