Charting for WinForms Programmer's Guide
Line.ContainsInSegment Method
See Also
 






Checks whether the particular point lies on the line segment.

Namespace: MindFusion.Geometry.Geometry2D
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public bool ContainsInSegment (
    PointF point
)

Visual Basic  Copy Code

Public Function ContainsInSegment( _
    point As PointF _
) As Boolean

 Parameters

point

The point to check.

 Return Value

true if the specified point lies on the line between its two defining points; otherwise, false.

 See Also

Line Members
Line Class
MindFusion.Geometry.Geometry2D Namespace