Gets the item nearest to the specified physical (in viewer pixel) coordinates.
public virtual ImageViewerItem FindNearestItem(
LeadPoint point
)
Public Overridable Function FindNearestItem(
ByVal point As LeadPoint
) As ImageViewerItem
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET