EmfPlusRegionNodeDataType Enumeration

The RegionNodeDataType enumeration defines types of region node data.

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

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

Aspose.Imaging Version: 24.7.0

Members

Member nameDescription
REGION_NODE_DATA_TYPE_ANDSpecifies a region node with child nodes. A Boolean AND operation SHOULD be applied to the left and right child nodes specified by an EmfPlusRegionNodeChildNodes object (section 2.2.2.41).
REGION_NODE_DATA_TYPE_COMPLEMENTSpecifies a region node with child nodes. A Boolean operation, defined as “the part of region 2 that is excluded from region 1”, SHOULD be applied to the left and right child nodes specified by an EmfPlusRegionNodeChildNodes object.
REGION_NODE_DATA_TYPE_EMPTYSpecifies a region node with no child nodes. The RegionNodeData field SHOULD NOT be present
REGION_NODE_DATA_TYPE_EXCLUDESpecifies a region node with child nodes. A Boolean operation, defined as “the part of region 1 that is excluded from region 2”, SHOULD be applied to the left and right child nodes specified by an EmfPlusRegionNodeChildNodes object.
REGION_NODE_DATA_TYPE_INFINITESpecifies a region node with no child nodes, and its bounds are not defined.
REGION_NODE_DATA_TYPE_ORSpecifies a region node with child nodes. A Boolean OR operation SHOULD be applied to the left and right child nodes specified by an EmfPlusRegionNodeChildNodes object.
REGION_NODE_DATA_TYPE_PATHSpecifies a region node with no child nodes. The RegionNodeData field SHOULD specify a boundary with an EmfPlusRegionNodePath object (section 2.2.2.42).
REGION_NODE_DATA_TYPE_RECTSpecifies a region node with no child nodes. The RegionNodeData field SHOULD specify a boundary with an EmfPlusRectF object (section 2.2.2.39).
REGION_NODE_DATA_TYPE_XORSpecifies a region node with child nodes. A Boolean XOR operation SHOULD be applied to the left and right child nodes specified by an EmfPlusRegionNodeChildNodes object.