Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / Region Class / CombineWithRegion Method / CombineWithRegion(Region,RegionCombineMode,Matrix3x2) Method
The region to combine with this instance.
The type of combine operation to perform.
The transform to apply to inputRegion before combining.

In This Topic
CombineWithRegion(Region,RegionCombineMode,Matrix3x2) Method
In This Topic
Combines this region with the specified region.
Syntax
'Declaration
 
Public Overloads Function CombineWithRegion( _
   ByVal inputRegion As Region, _
   ByVal combineMode As RegionCombineMode, _
   ByVal inputRegionTransform As System.Numerics.Matrix3x2 _
) As Region
 

Parameters

inputRegion
The region to combine with this instance.
combineMode
The type of combine operation to perform.
inputRegionTransform
The transform to apply to inputRegion before combining.

Return Value

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