Calculates the intersection point with the line segment defined by the particular points. If there is no intersection, the return value is an infinite point.
Namespace: MindFusion.Geometry.Geometry2D
Assembly: MindFusion.Common
C#
![]() |
---|
public PointF IntersectSegment ( |
Visual Basic
![]() |
---|
Public Function IntersectSegment( _ |
A PointF object representing the intersection point.