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