EmfPlusCombineMode Enumeration

The CombineMode enumeration defines modes for combining two graphics regions.
In the following descriptions, the regions to be combined are referred to as the “existing” and “new” regions.

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

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

Aspose.Imaging Version: 24.7.0

Members

Member nameDescription
COMBINE_MODE_COMPLEMENTReplaces the existing region with the part of the new region that is not in the existing region.
COMBINE_MODE_EXCLUDEReplaces the existing region with the part of itself that is not in the new region.
COMBINE_MODE_INTERSECTReplaces the existing region with the intersection of the existing region and the new region.
COMBINE_MODE_REPLACEReplaces the existing region with the new region.
COMBINE_MODE_UNIONReplaces the existing region with the union of the existing and new regions.
COMBINE_MODE_XORReplaces the existing region with the XOR of the existing and new regions.