EmfPlusCombineMode 枚举

CombineMode 枚举定义了合并两个图形区域的模式。
在以下描述中,要合并的区域称为 "existing" 和 "new" 区域。

Module: aspose.imaging.fileformats.emf.emfplus.consts

Full Name: aspose.imaging.fileformats.emf.emfplus.consts.EmfPlusCombineMode

Members

成员名称描述
COMBINE_MODE_COMPLEMENT用新区域中不在现有区域的部分替换现有区域。
COMBINE_MODE_EXCLUDE用自身中不在新区域的部分替换现有区域。
COMBINE_MODE_INTERSECT用现有区域与新区域的交集替换现有区域。
COMBINE_MODE_REPLACE用新区域替换现有区域。
COMBINE_MODE_UNION用现有区域和新区域的并集替换现有区域。
COMBINE_MODE_XOR用现有区域和新区域的异或结果替换现有区域。