'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.