[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Region.CombineWithRegion

CombineWithRegion Method

CombineWithRegion(Region, RegionCombineMode, bool)

Combines this region with the specified region.

Declaration
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
Parameters
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.

Returns
Type Description
Region

A copy of the input region that is being combined with this instance.

CombineWithRegion(Region, RegionCombineMode, Matrix3x2)

Combines this region with the specified region.

Declaration
public Region CombineWithRegion(Region inputRegion, RegionCombineMode combineMode, Matrix3x2 inputRegionTransform)
Public Function CombineWithRegion(inputRegion As Region, combineMode As RegionCombineMode, inputRegionTransform As Matrix3x2) As Region
Parameters
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.

Returns
Type Description
Region

A copy of the input region that is being combined with this instance.