Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / Region Class / CombineWithPath Method / CombineWithPath(GraphicsPath,RegionCombineMode,Boolean) Method
The GraphicsPath to combine with this region.
The type of combine operation to perform.
Indicates if the input region should be cloned before combining.

In This Topic
    CombineWithPath(GraphicsPath,RegionCombineMode,Boolean) Method
    In This Topic
    Combines this region with a GraphicsPath.
    Syntax
    'Declaration
     
    Public Overloads Function CombineWithPath( _
       ByVal inputPath As GraphicsPath, _
       ByVal combineMode As RegionCombineMode, _
       Optional ByVal cloneInputPath As System.Boolean _
    ) As Region
    public Region CombineWithPath( 
       GraphicsPath inputPath,
       RegionCombineMode combineMode,
       System.bool cloneInputPath
    )

    Parameters

    inputPath
    The GraphicsPath to combine with this region.
    combineMode
    The type of combine operation to perform.
    cloneInputPath
    Indicates if the input region should be cloned before combining.

    Return Value

    The actual region that is being combined with this instance.
    See Also