Cuminas DjVu SDK for .NET Framework
GetLineIndexFromPoint(Rectangle,Point,Int32) Method



Syntax
Protected Overloads Shared Function GetLineIndexFromPoint( _
   ByVal rect As Rectangle, _
   ByVal pt As Point, _
   ByVal threshold As Integer _
) As Integer
Dim rect As Rectangle
Dim pt As Point
Dim threshold As Integer
Dim value As Integer
 
value = MapArea.GetLineIndexFromPoint(rect, pt, threshold)
protected static int GetLineIndexFromPoint( 
   Rectangle rect,
   Point pt,
   int threshold
)
protected:
static int GetLineIndexFromPoint( 
   Rectangle rect,
   Point pt,
   int threshold
) 

Parameters

rect
pt
threshold
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
Overload List

Send Feedback