pixelValue Property

Summary

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

Syntax

JavaScript Syntax
Object.defineProperty(ProbeToolEventArgs.prototype, 'pixelValue', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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.

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