LEADTOOLS (Leadtools assembly)

RasterWindowLevelMode Enumeration

Show in webframe







Indicates whether window level changes are used by the paint and image processing functions or only by the paint functions.
Syntax
public enum RasterWindowLevelMode : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum RasterWindowLevelMode 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As RasterWindowLevelMode
public enum RasterWindowLevelMode : System.IComparableSystem.IConvertibleSystem.IFormattable  

            
public enum RasterWindowLevelMode
Leadtools.RasterWindowLevelMode = function() { };
Leadtools.RasterWindowLevelMode.prototype = {
Paint = 0x00, PaintAndProcessing = 0x01, };
public enum class RasterWindowLevelMode : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00PaintWindow level changes used only by the paint functions
0x01PaintAndProcessingWindow level changes used for both paint and image processing functions
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.