public final class EmfPlusTranslateWorldTransform extends EmfPlusTerminalServerRecordType
The EmfPlusTranslateWorldTransform record performs a translation on the current world space transform.
Constructor and Description |
---|
EmfPlusTranslateWorldTransform(EmfPlusRecord source)
Initializes a new instance of the
EmfPlusTranslateWorldTransform class. |
Modifier and Type | Method and Description |
---|---|
float |
getDx()
Gets or sets a 32-bit floating-point value that defines the horizontal distance.
|
float |
getDy()
Gets or sets a 32-bit floating-point value that defines the vertical distance value.
|
boolean |
getPostMultipliedMatrix()
Gets a value indicating whether [post multiplied matrix].
|
void |
setDx(float value)
Gets or sets a 32-bit floating-point value that defines the horizontal distance.
|
void |
setDy(float value)
Gets or sets a 32-bit floating-point value that defines the vertical distance value.
|
getDataSize, getFlags, getSize, getType, setDataSize, setFlags, setSize
public EmfPlusTranslateWorldTransform(EmfPlusRecord source)
Initializes a new instance of the EmfPlusTranslateWorldTransform
class.
source
- The source.public boolean getPostMultipliedMatrix()
Gets a value indicating whether [post multiplied matrix]. If set, the transform matrix should be post-multiplied. If clear, it should be premultiplied.
Value:true
if [post multiplied matrix]; otherwise, false
.public float getDx()
Gets or sets a 32-bit floating-point value that defines the horizontal distance. The translation is performed by constructing a new world transform matrix from the dx and dy fields
Value: The dx.public void setDx(float value)
Gets or sets a 32-bit floating-point value that defines the horizontal distance. The translation is performed by constructing a new world transform matrix from the dx and dy fields
Value: The dx.public float getDy()
Gets or sets a 32-bit floating-point value that defines the vertical distance value.
Value: The dy.public void setDy(float value)
Gets or sets a 32-bit floating-point value that defines the vertical distance value.
Value: The dy.