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




Represents a class that is used to set the window level information.

Object Model

WindowLevelInformation Class

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class WindowLevelInformation 
   Implements INotifyPropertyChanged 
Visual Basic (Usage)Copy Code
Dim instance As WindowLevelInformation
C# 
[SerializableAttribute()]
public class WindowLevelInformation : INotifyPropertyChanged  
Managed Extensions for C++ 
[SerializableAttribute()]
public __gc class WindowLevelInformation : public INotifyPropertyChanged  
C++/CLI 
[SerializableAttribute()]
public ref class WindowLevelInformation : public INotifyPropertyChanged  

Inheritance Hierarchy

System.Object
   Leadtools.Medical.Workstation.WindowLevelInformation

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