EmfPlusRegionNodeChildNodes.NodesOperation

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

public static final class EmfPlusRegionNodeChildNodes.NodesOperation extends System.Enum

节点操作

字段

字段描述
And与运算
Or或运算
Xor异或操作
Exclude排除操作
Complement取反操作

And

public static final int And

与运算

Or

public static final int Or

或运算

Xor

public static final int Xor

异或操作

Exclude

public static final int Exclude

排除操作

Complement

public static final int Complement

取反操作