Updates the Item property.
ImageViewerInteractiveMode.prototype.updateAutoItem = function(
imageViewer,
position
)
updateAutoItem(
imageViewer: ImageViewer,
position: LeadPointD
): void; // protected
imageViewer
Current image viewer instance.
position
Current position of the cursor or touch.
If ImageViewerAutoItemMode.Item was specified in AutoItemMode, then this method will perform hit-testing and update Item if the conditions are met. It will also update ActiveItem if ImageViewerAutoItemMode.AutoSetActive was specified.
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