logicalEndPoint Property

Summary

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

Syntax

JavaScript Syntax
Object.defineProperty(LineProfileObject.prototype, 'logicalEndPoint', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly