Search
Utilities.DistancePoint Method
See Also
 






Calculates the point of the the specified line segment which determines the distance from the specified point to the line segment

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static Point DistancePoint (
    Point pt,
    Point p1,
    Point p2
)

Visual Basic  Copy Code

Public Shared Function DistancePoint( _
    pt As Point, _
    p1 As Point, _
    p2 As Point _
) As Point

 Parameters

pt

p1

p2

 Return Value

 See Also