Calculates the intersection point with the particular line segment. 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