Queries the specified location to determine if a test point is over the thumb or the line or the center.
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 two properties:
The first property is HitTestIndex and contains the index of the cut-line.
The second property is HitTestResult and it contains the part that is being clicked on, such as the body, line, center handle, etc.
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