DiagramLite Programmer's Guide
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.Geometry2D
Assembly: MindFusion.Diagramming.Silverlight

 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

The first point of the segment to intersect with.

b

The second point of the segment to intersect with.

 Return Value

A Point object representing the intersection point.

 See Also

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