Previous topic

RadioButton

Next topic

RealPoint

This Page

phoenix_title RasterOperationModeΒΆ

The RasterOperationMode enumeration provides the following values:

Description Value
CLEAR 0
XOR src XOR dst
INVERT NOT dst.
OR_REVERSE src OR (NOT dst)
AND_REVERSE src AND (NOT dst)
COPY src
AND src AND dst
AND_INVERT (NOT src) AND dst
NO_OP dst
NOR (NOT src) AND (NOT dst)
EQUIV (NOT src) XOR dst
SRC_INVERT (NOT src)
OR_INVERT (NOT src) OR dst
NAND (NOT src) OR (NOT dst)
OR src OR dst
SET 1