Packages

 

com.aspose.imaging.fileformats.emf.emf.consts

Class EmfModifyWorldTransformMode

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.imaging.fileformats.emf.emf.consts.EmfModifyWorldTransformMode


  • public final class EmfModifyWorldTransformMode
    extends com.aspose.ms.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.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int MWT_IDENTITY
      Reset the current transform using the identity matrix.
      static int MWT_LEFTMULTIPLY
      Multiply the current transform.
      static int MWT_RIGHTMULTIPLY
      Multiply the current transform.
      static int MWT_SET
      Perform the function of an EMR_SETWORLDTRANSFORM record (section 2.3.12.2).
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
    • Field Detail

      • 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

        See Also:
        Constant Field Values
      • 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

        See Also:
        Constant Field Values
      • 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

        See Also:
        Constant Field Values
      • MWT_SET

        public static final int MWT_SET

        Perform the function of an EMR_SETWORLDTRANSFORM record (section 2.3.12.2).

        See Also:
        Constant Field Values