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

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

    Parameters

    inputPath
    The GraphicsPath to combine with this region.
    combineMode
    The type of combine operation to perform.
    inputPathTransform
    The transform to apply to inputPath before combining.

    Return Value

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