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
C#
![]() |
---|
public Point IntersectLine ( |
Visual Basic
![]() |
---|
Public Function IntersectLine( _ |
The first point defining the line to intersect with.
The second point defining the line to intersect with.