[]
Combines this region with the specified region.
public Region CombineWithRegion(Region inputRegion, RegionCombineMode combineMode, bool cloneInputRegion = true)
Public Function CombineWithRegion(inputRegion As Region, combineMode As RegionCombineMode, Optional cloneInputRegion As Boolean = True) As Region
Type | Name | Description |
---|---|---|
Region | inputRegion | The region to combine with this instance. |
RegionCombineMode | combineMode | The type of combine operation to perform. |
bool | cloneInputRegion | Indicates if the input region should be cloned before combining. |
Type | Description |
---|---|
Region | A copy of the input region that is being combined with this instance. |
Combines this region with the specified region.
public Region CombineWithRegion(Region inputRegion, RegionCombineMode combineMode, Matrix3x2 inputRegionTransform)
Public Function CombineWithRegion(inputRegion As Region, combineMode As RegionCombineMode, inputRegionTransform As Matrix3x2) As Region
Type | Name | Description |
---|---|---|
Region | inputRegion | The region to combine with this instance. |
RegionCombineMode | combineMode | The type of combine operation to perform. |
Matrix3x2 | inputRegionTransform | The transform to apply to inputRegion before combining. |
Type | Description |
---|---|
Region | A copy of the input region that is being combined with this instance. |