C#
VB
Java
Objective-C
WinRT C#
C++
Indicates whether window level changes are used by the paint and image processing functions or only by the paint functions.
public enum RasterWindowLevelMode
Public Enum RasterWindowLevelMode
public enum RasterWindowLevelMode
typedef NS_ENUM(NSInteger, LTRasterWindowLevelMode)
public enum RasterWindowLevelMode
Leadtools.RasterWindowLevelMode = function() { };
Leadtools.RasterWindowLevelMode.prototype = {<br/>
Paint = 0,
PaintAndProcessing = 1,
};
public enum class RasterWindowLevelMode
Members
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 |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET