Packages

 

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

Class EmfPlusCombineMode

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


  • public final class EmfPlusCombineMode
    extends com.aspose.ms.System.Enum

    The CombineMode enumeration defines modes for combining two graphics regions. In the following descriptions, the regions to be combined are referred to as the "existing" and "new" regions.

    • 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 byte CombineModeComplement
      Replaces the existing region with the part of the new region that is not in the existing region.
      static byte CombineModeExclude
      Replaces the existing region with the part of itself that is not in the new region.
      static byte CombineModeIntersect
      Replaces the existing region with the intersection of the existing region and the new region.
      static byte CombineModeReplace
      Replaces the existing region with the new region.
      static byte CombineModeUnion
      Replaces the existing region with the union of the existing and new regions.
      static byte CombineModeXor
      Replaces the existing region with the XOR of the existing and new regions.
      • 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

      • CombineModeReplace

        public static final byte CombineModeReplace

        Replaces the existing region with the new region.

        See Also:
        Constant Field Values
      • CombineModeIntersect

        public static final byte CombineModeIntersect

        Replaces the existing region with the intersection of the existing region and the new region.

        See Also:
        Constant Field Values
      • CombineModeUnion

        public static final byte CombineModeUnion

        Replaces the existing region with the union of the existing and new regions.

        See Also:
        Constant Field Values
      • CombineModeXor

        public static final byte CombineModeXor

        Replaces the existing region with the XOR of the existing and new regions.

        See Also:
        Constant Field Values
      • CombineModeExclude

        public static final byte CombineModeExclude

        Replaces the existing region with the part of itself that is not in the new region.

        See Also:
        Constant Field Values
      • CombineModeComplement

        public static final byte CombineModeComplement

        Replaces the existing region with the part of the new region that is not in the existing region.

        See Also:
        Constant Field Values