DiagramLite Programmer's Guide
Line.IntersectLine Method (Point, Point)
See Also
 





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

Namespace: MindFusion.Geometry2D
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public Point IntersectLine (
    Point a,
    Point b
)

Visual Basic  Copy Code

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

 Parameters

a

The first point defining the line to intersect with.

b

The second point defining the line to intersect with.

 Return Value

 See Also

IntersectLine Method Overload List
Line Members
Line Class
MindFusion.Geometry2D Namespace