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.

Module: aspose.imaging.fileformats.wmf.consts

Full Name: aspose.imaging.fileformats.wmf.consts.WmfTernaryRasterOperationOperand

Aspose.Imaging Version: 24.5.0

Members

Member nameDescription
ABitwise AND
DDestination bitmap
NBitwise NOT (inverse)
OBitwise OR
PSelected brush (also called pattern)
SSource bitmap
XBitwise exclusive OR (XOR)