Gets or sets the pixel value pointed to by the probe tool.
Object.defineProperty(ProbeToolEventArgs.prototype, 'pixelValue',
get: function(),
set: function(value)
)
pixelValue: string;
Character string that represents the pixel value pointed by the probe tool.
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.
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