ProbeToolInteractiveMode Object

Summary

Represents that interactive mode that allows the user to display the pixel value pointed to by the mouse.

Syntax

JavaScript Syntax
function lt.Controls.Medical.ProbeToolInteractiveMode 
	extends lt.Controls.ImageViewerInteractiveMode 
TypeScript Syntax
class lt.Controls.Medical.ProbeToolInteractiveMode() 
	extends lt.Controls.ImageViewerInteractiveMode 

Remarks

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly