Represents that interactive mode that allows the user to display the pixel value pointed to by the mouse.
function lt.Controls.Medical.ProbeToolInteractiveMode
extends lt.Controls.ImageViewerInteractiveMode
class lt.Controls.Medical.ProbeToolInteractiveMode()
extends lt.Controls.ImageViewerInteractiveMode
The interactive mode can be assigned to LEADTOOLS image viewer through the collection InteractiveModes.
The probe tool give information about the pixel that it currently pointing on, each time the user changes probe tool position, the event ProbeToolUpdated will get fired.
The probe too will display the pixel value in RGB form, to display it in Hounsfield's unit, register the event ProbeToolUpdated and use GetHuValue to update the probe tool text.
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