←Select platform

MedicalViewerChangingWindowLevelEventArgs Constructor

Summary

Initializes a new instance of the MedicalViewerChangingWindowLevelEventArgs class with explicit parameters.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal subCellIndex As Integer, _ 
   ByVal width As Integer, _ 
   ByVal oldWidth As Integer, _ 
   ByVal center As Integer, _ 
   ByVal oldCenter As Integer _ 
) 
             
            public: 
MedicalViewerChangingWindowLevelEventArgs(  
   int subCellIndex, 
   int width, 
   int oldWidth, 
   int center, 
   int oldCenter 
) 
             

Parameters

subCellIndex
a Zero-based index of the sub-cell that contains the image which to be affected by the window level action.

width
The new window width.

oldWidth
The previous window width.

center
The new window center.

oldCenter
The previous window width

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.MedicalViewer Assembly