Search
Line.ContainsInSegment Method
See Also
 






Checks whether the given point lies on the line segment.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public bool ContainsInSegment (
    Point point
)

Visual Basic  Copy Code

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

 Parameters

point

 Return Value

 See Also