CalculateCurrentCellStatisticalInformation Method

Summary
Returns a Leadtools.ImageProcessing.Effects.StatisticsInformationCommand object that contains the statistical information for the given cell.
Syntax
C#
VB
C++
public StatisticsInformationCommand CalculateCurrentCellStatisticalInformation( 
   MedicalViewerCell cell, 
   int subCellIndex 
) 
  
Public Function CalculateCurrentCellStatisticalInformation( _ 
   ByVal cell As MedicalViewerCell, _ 
   ByVal subCellIndex As Integer _ 
) As StatisticsInformationCommand 
public: 
StatisticsInformationCommand^ CalculateCurrentCellStatisticalInformation(  
   MedicalViewerCell^ cell, 
   int subCellIndex 
)  

Parameters

cell
The Leadtools.MedicalViewer.MedicalViewerCell to calculate the statistical information for.

subCellIndex
The sub cell index for the image to calculate the statistical information for.

Return Value

A Leadtools.ImageProcessing.Effects.StatisticsInformationCommand object that contains the statistical information for the given cell.

Remarks

An image must exists on the cell for the specified subCellIndex to return a value.

Requirements

Target Platforms

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

Leadtools.Medical.Workstation Assembly

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