Search
Line.IntersectSegment Method (Point, Point)
See Also
 






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

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public Point IntersectSegment (
    Point a,
    Point b
)

Visual Basic  Copy Code

Public Function IntersectSegment( _
    a As Point, _
    b As Point _
) As Point

 Parameters

a

b

 Return Value

 See Also