Initializes a new instance of the MedicalViewerChangingWindowLevelEventArgs class with explicit parameters.
public MedicalViewerChangingWindowLevelEventArgs(
int subCellIndex,
int width,
int oldWidth,
int center,
int oldCenter
)
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
)
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
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET