logicalStartPoint Property

Summary

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

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

Property Value

LeadPointD that represents the logical the start 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 22.0.2023.2.14
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

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