public final class CombineMode
extends com.aspose.ms.System.Enum
Specifies how different clipping regions can be combined.
| Modifier and Type | Field and Description |
|---|---|
static int |
Complement
Specifies that the existing region is replaced by the result of the existing region being removed from the new region.
|
static int |
Exclude
Specifies that the existing region is replaced by the result of the new region being removed from the existing region.
|
static int |
Intersect
Two clipping regions are combined by taking their intersection.
|
static int |
Replace
One clipping region is replaced by another.
|
static int |
Union
Two clipping regions are combined by taking the union of both.
|
static int |
Xor
Two clipping regions are combined by taking only the areas enclosed by one or the other region, but not both.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toStringpublic static final int Replace
One clipping region is replaced by another.
public static final int Intersect
Two clipping regions are combined by taking their intersection.
public static final int Union
Two clipping regions are combined by taking the union of both.
public static final int Xor
Two clipping regions are combined by taking only the areas enclosed by one or the other region, but not both.
public static final int Exclude
Specifies that the existing region is replaced by the result of the new region being removed from the existing region. Said differently, the new region is excluded from the existing region.
public static final int Complement
Specifies that the existing region is replaced by the result of the existing region being removed from the new region. Said differently, the existing region is excluded from the new region.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.