RasterWindowLevelMode Enumeration (original) (raw)

Summary

Indicates whether window level changes are used by the paint and image processing functions or only by the paint functions.

Syntax

C#

Objective-C

C++/CLI

Java

Python

public enum RasterWindowLevelMode 

typedef NS_ENUM(NSInteger, LTRasterWindowLevelMode) { LTRasterWindowLevelModePaint = 0, LTRasterWindowLevelModePaintAndProcessing = 1 };

public final class RasterWindowLevelMode extends java.lang.Enum<RasterWindowLevelMode>

public enum class RasterWindowLevelMode   

class RasterWindowLevelMode(Enum): Paint = 0 PaintAndProcessing = 1

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

Leadtools Assembly

Convert(byte[],int,int,int,int,RasterByteOrder,RasterByteOrder,RasterColor[],RasterColor[],int,int,int,RasterConvertBufferFlags) Method

Convert(byte[],int,int,int,int,RasterByteOrder,RasterByteOrder,RasterColor[],RasterColor[],RasterColor16[],RasterColor16[],int,int,int,RasterConvertBufferFlags) Method

Convert(IntPtr,int,int,int,RasterByteOrder,RasterByteOrder,RasterColor[],RasterColor[],int,int,int,RasterConvertBufferFlags) Method

Convert(IntPtr,int,int,int,RasterByteOrder,RasterByteOrder,RasterColor[],RasterColor[],RasterColor16[],RasterColor16[],int,int,int,RasterConvertBufferFlags) Method