lineProfile Property

Summary

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

Syntax

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

Leadtools.Controls.Medical Assembly