WmfTernaryRasterOperationOperand
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class WmfTernaryRasterOperationOperand extends 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.
Fields
| Field | Description |
|---|---|
| D | Destination bitmap |
| P | Selected brush (also called pattern) |
| S | Source bitmap |
| a | Bitwise AND |
| n | Bitwise NOT (inverse) |
| o | Bitwise OR |
| x | Bitwise exclusive OR (XOR) |
D
public static final int D
Destination bitmap
P
public static final int P
Selected brush (also called pattern)
S
public static final int S
Source bitmap
a
public static final int a
Bitwise AND
n
public static final int n
Bitwise NOT (inverse)
o
public static final int o
Bitwise OR
x
public static final int x
Bitwise exclusive OR (XOR)