Queries the specified location to determine if a test point is over the thumb or the polygon.
hitTest(
item: ImageViewerItem,
x: number,
y: number
): boolean;
item
The item where the hit test is being performed.
x
The x-coordinate in question.
y
The y-coordinate in question.
true if the (x, y) coordinates are on the drawable item. false, otherwise.
The results are stored in 2 properties:
The first property is HitTestIndex and contains the index of the polygon line / polygon point.
The second property is HitTestResult and contains the polygon (x,y) coordinates that are hitting on any part.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document