Cuminas DjVu SDK for .NET Framework
dist2BetweenLineAndPoint Method



Syntax
Protected Shared Function dist2BetweenLineAndPoint( _
   ByVal p0 As Point, _
   ByVal p1 As Point, _
   ByVal pt As Point _
) As Integer
Dim p0 As Point
Dim p1 As Point
Dim pt As Point
Dim value As Integer
 
value = MapArea.dist2BetweenLineAndPoint(p0, p1, pt)
protected static int dist2BetweenLineAndPoint( 
   Point p0,
   Point p1,
   Point pt
)
protected:
static int dist2BetweenLineAndPoint( 
   Point p0,
   Point p1,
   Point pt
) 

Parameters

p0
p1
pt
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

MapArea Class
MapArea Members

Send Feedback