Cuminas DjVu SDK for .NET Framework
HitTest Method (MapText)



Point to check.
Syntax
Public Overrides NotOverridable Function HitTest( _
   ByVal pt As Point _
) As Boolean
Dim instance As MapText
Dim pt As Point
Dim value As Boolean
 
value = instance.HitTest(pt)
public override bool HitTest( 
   Point pt
)
public:
bool HitTest( 
   Point pt
) override 

Parameters

pt
Point to check.
Requirements

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

See Also

Reference

MapText Class
MapText Members

Send Feedback