logicalEndPoint Property

Summary

Gets or sets the logical end point of the line profile.

Syntax
TypeScript
JavaScript
Object.defineProperty(LineProfileObject.prototype, 'logicalEndPoint', 
	get: function(), 
	set: function(value) 
) 
logicalEndPoint: LeadPointD; 

Property Value

LeadPointD that represents the logical the end point of the line profile.

Remarks

Logical point is the pixel by pixel position of the point, meaning that, (0, 0) is the top left of the image and (width, height) is the bottom right. Those values will not be affected by the scale, transform or rotation of the image.

To get the physical point, refer to PhysicalEndPoint and PhysicalStartPoint.

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.