Xamarin Pack Programmer's Guide
Line.IntersectSegment Method (Line)
See Also
 






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

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public Point IntersectSegment (
    Line line
)

Visual Basic  Copy Code

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

 Parameters

line

 Return Value

 See Also

IntersectSegment Method Overload List
Line Members
Line Class
MindFusion Namespace