[]
        
(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)
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)
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.