Calculates the intersection point with the specified line. 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 Line object to intersect the current line with.
A Point object representing the intersection point.