lineProfile Property

Summary

Gets a line profile object that is drawn on the cell.

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

Property Value

LineProfileObject that represents the line profile drawn on the image.

Remarks

Line profile is a feature that allows the user to draw a line on the image, extract all the data that crosses that line, and returns the data in the form of an array.

To interactively use the line profile, refer to LineProfileAction.

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.