Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
RasterWindowLevelMode Enumeration
See Also  
Leadtools Namespace : RasterWindowLevelMode Enumeration




Indicates whether window level changes are used by the paint and image processing functions or only by the paint functions

Syntax

Visual Basic (Declaration) 
Public Enum RasterWindowLevelMode 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As RasterWindowLevelMode
C# 
public enum RasterWindowLevelMode : Enum 
Managed Extensions for C++ 
__value public enum RasterWindowLevelMode : public Enum 
C++/CLI 
public enum class RasterWindowLevelMode : public Enum 

Members

MemberDescription
Paint Window level changes used only by the paint functions
PaintAndProcessing Window level changes used for both paint and image processing functions

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.RasterWindowLevelMode

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also