WmfTernaryRasterOperationOperand

WmfTernaryRasterOperationOperand enumeration

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.

public enum WmfTernaryRasterOperationOperand

Values

NameValueDescription
D0Destination bitmap
P1Selected brush (also called pattern)
S2Source bitmap
a3Bitwise AND
n4Bitwise NOT (inverse)
o5Bitwise OR
x6Bitwise exclusive OR (XOR)

See Also