←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#
VB
Java
Objective-C
WinRT C#
C++
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

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly