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
C#
![]() |
---|
public Point IntersectSegment ( |
Visual Basic
![]() |
---|
Public Function IntersectSegment( _ |
The first point of the segment to intersect with.
The second point of the segment to intersect with.
A Point object representing the intersection point.