Gets the pixel position pointed to by the probe tool.
Object.defineProperty(ProbeToolEventArgs.prototype, 'position',
get: function()
)
position: LeadPointD; // read-only
LeadPointD which represents the pixel position pointed to by the probe tool.
The probe tool gives information about the pixel that it is currently pointing to, which is specified by this proeprty.
To get the pixel value, refer to PixelValue property.
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