Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also