Sets the window level width and center values for the image.
public void SetWindowLevel(
int subCellIndex,
int width,
int center
)
Public Overloads Sub SetWindowLevel( _
ByVal subCellIndex As Integer, _
ByVal width As Integer, _
ByVal center As Integer _
)
public:
void SetWindowLevel(
int subCellIndex,
int width,
int center
)
subCellIndex
A zero-based index of the sub-cell that contains the image that will have its window level changed.
width
A System.Int32 value that represents the new window level width value.
center
A System.Int32 value that represents the new window level center value.
For an example, refer to SetOffset(int32,double,double).
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