The pt.
The start.
The end.
if isSegment is true, AB is a segment, not a line..
DistanceFromLine Method
Compute the distance from AB to C
Syntax
public static double DistanceFromLine( 
   Point pt,
   Point start,
   Point end,
   bool isSegment
)

Parameters

pt
The pt.
start
The start.
end
The end.
isSegment
if isSegment is true, AB is a segment, not a line..
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also