pixelValue Property (ProbeToolEventArgs)

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Controls.Medical Assembly
Click or drag to resize