Cuminas DjVu SDK for .NET Framework
OnlineTest Method (MapArea)



Point to check.
Hit-test threshold in pixels. 0 to do the most strict test.
Syntax
Public MustOverride Function OnlineTest( _
   ByVal pt As Point, _
   ByVal threshold As Integer _
) As Integer
Dim instance As MapArea
Dim pt As Point
Dim threshold As Integer
Dim value As Integer
 
value = instance.OnlineTest(pt, threshold)
public abstract int OnlineTest( 
   Point pt,
   int threshold
)
public:
abstract int OnlineTest( 
   Point pt,
   int threshold
) 

Parameters

pt
Point to check.
threshold
Hit-test threshold in pixels. 0 to do the most strict test.
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