HistogramGeneratedEventArgs Constructor

Summary

Initializes a new instance of the HistogramGeneratedEventArgs class object with explicit parameters.

Syntax
TypeScript
JavaScript
HistogramGeneratedEventArgs = function( 
   histogram, 
   frame, 
   type 
) 
constructor( 
   histogram: number[], 
   frame: Frame, 
   type: ColorType 
); 

Parameters

histogram

The newly generated histogram.

frame

The current frame which to display the image.

type

The type of the histogram.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly