EmfModifyWorldTransformMode
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class EmfModifyWorldTransformMode extends System.Enum
The ModifyWorldTransformMode enumeration defines modes for using specified transform data to modify the world-space to page-space transform that is currently defined in the playback device context.
Fields
Field | Description |
---|---|
MWT_IDENTITY | Reset the current transform using the identity matrix. |
MWT_LEFTMULTIPLY | Multiply the current transform. |
MWT_RIGHTMULTIPLY | Multiply the current transform. |
MWT_SET | Perform the function of an EMR_SETWORLDTRANSFORM record (section 2.3.12.2). |
MWT_IDENTITY
public static final int MWT_IDENTITY
Reset the current transform using the identity matrix. In this mode, the specified transform data is ignored
MWT_LEFTMULTIPLY
public static final int MWT_LEFTMULTIPLY
Multiply the current transform. In this mode, the specified transform data is the left multiplicand, and the transform that is currently defined in the playback device context is the right multiplicand
MWT_RIGHTMULTIPLY
public static final int MWT_RIGHTMULTIPLY
Multiply the current transform. In this mode, the specified transform data is the right multiplicand, and the transform that is currently defined in the playback device context is the left multiplicand
MWT_SET
public static final int MWT_SET
Perform the function of an EMR_SETWORLDTRANSFORM record (section 2.3.12.2).