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



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

Parameters

pt
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

MapLine Class
MapLine Members

Send Feedback