MsoMergeCmd Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the output of a merge shapes operation.
public enum class MsoMergeCmd
public enum MsoMergeCmd
type MsoMergeCmd =
Public Enum MsoMergeCmd
- Inheritance
-
MsoMergeCmd
Fields
Name | Value | Description |
---|---|---|
msoMergeUnion | 1 | Creates a new shape from the perimeter of two or more overlapping shapes. The new shape is a set of all the points from the original shapes. |
msoMergeCombine | 2 | Creates a new shape from selected shapes. If the selected shapes overlap, the area where they overlap is cut out, or discarded. |
msoMergeIntersect | 3 | Forms a new closed shape from the area where selected shapes overlap, eliminating non-overlapping areas. |
msoMergeSubtract | 4 | Creates a new shape by subtracting from the primary selection the areas where subsequent selections overlap. |
msoMergeFragment | 5 | Breaks a shape into smaller parts or create new shapes from intersecting lines or from shapes that overlap. |