Gets the item nearest to the specified physical (in viewer pixel) coordinates.
public virtual ImageViewerItem FindNearestItem(
LeadPoint point
)
public:
virtual ImageViewerItem^ FindNearestItem(
LeadPoint^ point
)
point
The point in physical (in viewer pixel) coordinates.
The item nearest to the point or null if the image viewer has no items.
This method will first call HitTestItem and returns any item that is directly under the point. If this fails, then it will return the item that has its center nearest to the point.
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