Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Show in webframe

CalculateCurrentCellStatisticalInformation Method







The Leadtools.MedicalViewer.MedicalViewerCell to calculate the statistical information for.
The sub cell index for the image to calculate the statistical information for.
Returns a Leadtools.ImageProcessing.Effects.StatisticsInformationCommand object that contains the statistical information for the given cell.
Syntax
public StatisticsInformationCommand CalculateCurrentCellStatisticalInformation( 
   MedicalViewerCell cell,
   int subCellIndex
)
'Declaration
 
Public Function CalculateCurrentCellStatisticalInformation( _
   ByVal cell As MedicalViewerCell, _
   ByVal subCellIndex As Integer _
) As StatisticsInformationCommand
'Usage
 
Dim instance As WorkstationViewer
Dim cell As MedicalViewerCell
Dim subCellIndex As Integer
Dim value As StatisticsInformationCommand
 
value = instance.CalculateCurrentCellStatisticalInformation(cell, subCellIndex)

            

            
public: StatisticsInformationCommand* CalculateCurrentCellStatisticalInformation( 
   MedicalViewerCell* cell,
   int subCellIndex
) 
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

See Also

Reference

WorkstationViewer Class
WorkstationViewer Members

Error processing SSI file
   Leadtools.Medical.Workstation requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features