LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Enum RasterWindowLevelMode 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As RasterWindowLevelMode
C# 
public enum RasterWindowLevelMode : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class RasterWindowLevelMode : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
PaintWindow level changes used only by the paint functions
PaintAndProcessingWindow level changes used for both paint and image processing functions

Inheritance Hierarchy

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

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also