public final class WmfTernaryRasterOperationOperand
extends com.aspose.ms.System.Enum
Each ternary raster operation code represents a Boolean operation in which the values of the pixels in the source, the selected brush, and the destination are combined. Following are the three operands used in these operations.
Modifier and Type | Field and Description |
---|---|
static int |
a
Bitwise AND
|
static int |
D
Destination bitmap
|
static int |
n
Bitwise NOT (inverse)
|
static int |
o
Bitwise OR
|
static int |
P
Selected brush (also called pattern)
|
static int |
S
Source bitmap
|
static int |
x
Bitwise exclusive OR (XOR)
|
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 D
Destination bitmap
public static final int P
Selected brush (also called pattern)
public static final int S
Source bitmap
public static final int a
Bitwise AND
public static final int n
Bitwise NOT (inverse)
public static final int o
Bitwise OR
public static final int x
Bitwise exclusive OR (XOR)