[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Region.CombineWithPath

CombineWithPath Method

CombineWithPath(GraphicsPath, RegionCombineMode, bool)

Combines this region with a GraphicsPath.

Declaration
public Region CombineWithPath(GraphicsPath inputPath, RegionCombineMode combineMode, bool cloneInputPath = true)
Public Function CombineWithPath(inputPath As GraphicsPath, combineMode As RegionCombineMode, Optional cloneInputPath As Boolean = True) As Region
Parameters
Type Name Description
GraphicsPath inputPath

The GraphicsPath to combine with this region.

RegionCombineMode combineMode

The type of combine operation to perform.

bool cloneInputPath

Indicates if the input region should be cloned before combining.

Returns
Type Description
Region

The actual region that is being combined with this instance.

CombineWithPath(GraphicsPath, RegionCombineMode, Matrix3x2)

Combines this region with a GraphicsPath.

Declaration
public Region CombineWithPath(GraphicsPath inputPath, RegionCombineMode combineMode, Matrix3x2 inputPathTransform)
Public Function CombineWithPath(inputPath As GraphicsPath, combineMode As RegionCombineMode, inputPathTransform As Matrix3x2) As Region
Parameters
Type Name Description
GraphicsPath inputPath

The GraphicsPath to combine with this region.

RegionCombineMode combineMode

The type of combine operation to perform.

Matrix3x2 inputPathTransform

The transform to apply to inputPath before combining.

Returns
Type Description
Region

The actual region that is being combined with this instance.