Search
Utilities.PointInSegment Method
See Also
 






Checks whether the line segment defined by the specified points contain the specified point.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static bool PointInSegment (
    Point pt,
    Point sgm1,
    Point sgm2
)

Visual Basic  Copy Code

Public Shared Function PointInSegment( _
    pt As Point, _
    sgm1 As Point, _
    sgm2 As Point _
) As Boolean

 Parameters

pt

sgm1

sgm2

 Return Value

 See Also