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