public final class EmfRegionMode
extends com.aspose.ms.System.Enum
The RegionMode enumeration defines values that are used with EMR_SELECTCLIPPATH and EMR_EXTSELECTCLIPRGN, specifying the current path or a new region that is being combined with the current clip region.
Modifier and Type | Field and Description |
---|---|
static int |
RGN_AND
The new clipping region includes the intersection (overlapping areas) of the current clipping region and the current path (or new region).
|
static int |
RGN_COPY
The new clipping region is the current path (or the new region).
|
static int |
RGN_DIFF
The new clipping region includes the areas of the current clipping region with those of the current path (or new region) excluded.
|
static int |
RGN_OR
The new clipping region includes the union (combined areas) of the current clipping region and the current path (or new region).
|
static int |
RGN_XOR
The new clipping region includes the union of the current clipping region and the current path (or new region) but without the overlapping areas
|
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 int RGN_AND
The new clipping region includes the intersection (overlapping areas) of the current clipping region and the current path (or new region).
public static final int RGN_OR
The new clipping region includes the union (combined areas) of the current clipping region and the current path (or new region).
public static final int RGN_XOR
The new clipping region includes the union of the current clipping region and the current path (or new region) but without the overlapping areas
public static final int RGN_DIFF
The new clipping region includes the areas of the current clipping region with those of the current path (or new region) excluded.
public static final int RGN_COPY
The new clipping region is the current path (or the new region).