Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace : RasterWindowLevelMode Enumeration |
public enum RasterWindowLevelMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
Public Enum RasterWindowLevelMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As RasterWindowLevelMode
public enum RasterWindowLevelMode : System.IComparable, System.IConvertible, System.IFormattable
typedef NS_ENUM(NSInteger, LTRasterWindowLevelMode)
public enum RasterWindowLevelMode
Leadtools.RasterWindowLevelMode = function() { }; Leadtools.RasterWindowLevelMode.prototype = {<br/> Paint = 0, PaintAndProcessing = 1, };
public enum class RasterWindowLevelMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0 | Paint | Window level changes used only by the paint functions |
1 | PaintAndProcessing | Window level changes used for both paint and image processing functions |
System.Object
System.ValueType
System.Enum
Leadtools.RasterWindowLevelMode