Charting for WinForms Programmer's Guide
Line.IntersectSegment Method (PointF, PointF)
See Also
 






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

Namespace: MindFusion.Geometry.Geometry2D
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public PointF IntersectSegment (
    PointF a,
    PointF b
)

Visual Basic  Copy Code

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

 Parameters

a
The first point of the segment to intersect with.
b
The second point of the segment to intersect with.

 Return Value

A PointF object representing the intersection point.

 See Also

IntersectSegment Method Overload List
Line Members
Line Class
MindFusion.Geometry.Geometry2D Namespace