[]
Specifies the different methods by which two regions can be combined.
public enum RegionCombineMode
Public Enum RegionCombineMode
Name | Description |
---|---|
Exclude | The second region is excluded from the first. |
Intersect | The two regions are combined by taking their intersection. |
Union | The two regions are combined by taking the union of both. |
Xor | The two regions are combined by taking the area that exists in the first region but not the second and the area that exists in the second region but not the first. |