position Property

Summary

Gets the pixel position pointed to by the probe tool.

Syntax
TypeScript
JavaScript
Object.defineProperty(ProbeToolEventArgs.prototype, 'position', 
	get: function() 
) 
position: LeadPointD; // read-only 

Property Value

LeadPointD which represents the pixel position pointed to by the probe tool.

Remarks

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.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly