MindFusion.Diagramming for Xamarin Programmer's Guide
Line.IntersectLine Method (Line)
See Also
 






Calculates the intersection point with the specified line. If there is no intersection the return value is an infinite point.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public Point IntersectLine (
    Line line
)

Visual Basic  Copy Code

Public Function IntersectLine( _
    line As Line _
) As Point

 Parameters

line

 Return Value

 See Also

IntersectLine Method Overload List
Line Members
Line Class
MindFusion Namespace