SetWindowLevel Method

Summary

Sets the image window level to the specified values of width and center parameters.

Syntax
C#
VB
C++
public override void SetWindowLevel( 
   int width, 
   int center 
) 
  
Public Overrides Sub SetWindowLevel( _ 
   ByVal width As Integer, _ 
   ByVal center As Integer _ 
)  
public: 
void SetWindowLevel(  
   int width, 
   int center 
) override  

Parameters

width
the window level width value

center
the window level center value

Remarks

To reset the window level values to the original state, refer to ResetWindowLevelValues.

Requirements

Target Platforms

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

Leadtools.Medical3D Assembly