EmfPlusTranslateWorldTransform

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 EmfPlusTranslateWorldTransform extends EmfPlusTerminalServerRecordType

The EmfPlusTranslateWorldTransform record performs a translation on the current world space transform.

Constructors

ConstructorDescription
EmfPlusTranslateWorldTransform(EmfPlusRecord source)Initializes a new instance of the EmfPlusTranslateWorldTransform class.

Methods

MethodDescription
getPostMultipliedMatrix()Gets a value indicating whether [post multiplied matrix].
getDx()Gets or sets a 32-bit floating-point value that defines the horizontal distance.
setDx(float value)Gets or sets a 32-bit floating-point value that defines the horizontal distance.
getDy()Gets or sets a 32-bit floating-point value that defines the vertical distance value.
setDy(float value)Gets or sets a 32-bit floating-point value that defines the vertical distance value.

EmfPlusTranslateWorldTransform(EmfPlusRecord source)

public EmfPlusTranslateWorldTransform(EmfPlusRecord source)

Initializes a new instance of the EmfPlusTranslateWorldTransform class.

Parameters:

ParameterTypeDescription
sourceEmfPlusRecordThe source.

getPostMultipliedMatrix()

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.

Returns: boolean

getDx()

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.

Returns: float

setDx(float value)

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.

Parameters:

ParameterTypeDescription
valuefloat

getDy()

public float getDy()

Gets or sets a 32-bit floating-point value that defines the vertical distance value.

Value: The dy.

Returns: float

setDy(float value)

public void setDy(float value)

Gets or sets a 32-bit floating-point value that defines the vertical distance value.

Value: The dy.

Parameters:

ParameterTypeDescription
valuefloat