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.

Example

Refer to ProbeToolAction

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.