WebPlanner Programmer's Guide

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 (
    PointF pt,
    PointF sgm1,
    PointF sgm2
)

Visual Basic  Copy Code

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

 Parameters

pt
sgm1
sgm2

 Return Value

 See Also