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 | 用现有区域和新区域的异或结果替换现有区域。 |