WindowLevelInformation Constructor(int,int)

Summary

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

Syntax
C#
VB
C++
public WindowLevelInformation( 
   int width, 
   int center 
) 
  
Public Function New( _ 
   ByVal width As Integer, _ 
   ByVal center As Integer _ 
) 
public: 
WindowLevelInformation(  
   int width, 
   int center 
) 

Parameters

width
An System.Int32 value that represents the window level width.

center
An System.Int32 value that represents the window level center.

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.Medical.Workstation Assembly