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
SyntaxC#
Copy Code
|
|---|
public PointF IntersectSegment ( |
Visual Basic
Copy Code
|
|---|
Public Function IntersectSegment( _ |
A PointF object representing the intersection point.
See Also