Method Combine
| Edit this page View SourceCombine(Region, CombineMode)
The Combine function combines two regions. The two regions are combined according to the specified mode.
Declaration
public Region Combine(Region other, CombineMode mode)
Parameters
Type | Name | Description |
---|---|---|
Region | other | Region to combine with |
CombineMode | mode | A mode indicating how the two regions will be combined. |
Returns
Type | Description |
---|---|
Region | Combined region |