WmfTernaryRasterOperationOperand

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class WmfTernaryRasterOperationOperand extends System.Enum

每个三元光栅操作码表示一种布尔操作,其中源像素、选定的画笔和目标像素的值被组合。以下是这些操作中使用的三个操作数。

字段

字段描述
D目标位图
P选定的画笔(也称为图案)
S源位图
a按位与
n按位非(取反)
o按位或
x按位异或(XOR)

D

public static final int D

目标位图

P

public static final int P

选定的画笔(也称为图案)

S

public static final int S

源位图

a

public static final int a

按位与

n

public static final int n

按位非(取反)

o

public static final int o

按位或

x

public static final int x

按位异或(XOR)