The HitTestZone Method is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets the zero-based index of the zone under a certain point.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IOcrPage
Dim point As LogicalPoint
Dim value As Integer
value = instance.HitTestZone(point) |
Parameters
- point
- The test point in logical coordinates.
Return Value
The zero-based index of the zone under
point, if no zone is under the test point, this method will return -1.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also