'Declaration Public Overloads Function CombineWithRegion( _ ByVal inputRegion As Region, _ ByVal combineMode As RegionCombineMode, _ Optional ByVal cloneInputRegion As System.Boolean _ ) As Region
public Region CombineWithRegion( Region inputRegion, RegionCombineMode combineMode, System.bool cloneInputRegion )
Parameters
- inputRegion
- The region to combine with this instance.
- combineMode
- The type of combine operation to perform.
- cloneInputRegion
- Indicates if the input region should be cloned before combining.
Return Value
A copy of the input region that is being combined with this instance.