Search
IGraphicsPath.IntersectsWith Method
See Also
 





Checks whether this IGraphicsPath intersects with the specified IGraphicsPath.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

bool IntersectsWith (
    IGraphicsPath path
)

Visual Basic  Copy Code

Function IntersectsWith( _
    path As IGraphicsPath _
) As Boolean

 Parameters

path

The IGraphicsPath to test.

 Return Value

true if the two paths intersect; otherwise, false.

 See Also