histogram Property

Summary

Gets the histogram that contains all the pixel values that pass through the line generated using the line profile action.

Syntax

JavaScript Syntax
Object.defineProperty(HistogramGeneratedEventArgs.prototype, 'histogram', 
	get: function() 
) 
TypeScript Syntax
histogram: number[]; // read-only 

Property Value

Array of values that represents histogram that contains all the pixel values that pass through the line generated using the line profile action.

Remarks

for more information about this, 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