←Select platform

RasterWindowLevelMode Enumeration

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
ValueMemberDescription
0Paint Window level changes used only by the paint functions
1PaintAndProcessing Window level changes used for both paint and image processing functions
Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

Help Version 22.0.2023.5.16
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.