LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
WindowLevelInformation Constructor(Int32,Int32)
See Also 
Leadtools.Medical.Workstation Namespace > WindowLevelInformation Class > WindowLevelInformation Constructor : WindowLevelInformation Constructor(Int32,Int32)




width
An System.Int32 value that represents the window level width.
center
An System.Int32 value that represents the window level center.
Initializes a new instance of the WindowLevelInformation class with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal width As Integer, _
   ByVal center As Integer _
)
Visual Basic (Usage)Copy Code
Dim width As Integer
Dim center As Integer
 
Dim instance As New WindowLevelInformation(width, center)
C# 
public WindowLevelInformation( 
   int width,
   int center
)
Managed Extensions for C++ 
public: WindowLevelInformation( 
   int width,
   int center
)
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also