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