Checks whether the particular point lies on the line segment.
Namespace: MindFusion.Geometry.Geometry2D
Assembly: MindFusion.Common
C# Copy Code |
---|
public bool ContainsInSegment ( |
Visual Basic Copy Code |
---|
Public Function ContainsInSegment( _ |
The point to check.
true if the specified point lies on the line between its two defining points; otherwise, false.