pixelValue Property

Summary

Gets or sets the pixel value pointed to by the probe tool.

Syntax
TypeScript
JavaScript
Object.defineProperty(ProbeToolEventArgs.prototype, 'pixelValue', 
	get: function(), 
	set: function(value) 
) 
pixelValue: string; 

Property Value

Character string that represents the pixel value pointed by the probe tool.

Remarks

To get the pixel position, refer to Position.

This returns the pixel value in RGB form. You can change to any form by modifying this property.

To get the Hounsfield Unit (HU), refer to GetHuValue.

Example

Refer to ProbeToolAction

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.