←Select platform

ConvertUnsignedToSignedCommandType Enumeration

Summary

Flag that indicates how to process bits outside the low bit to high bit range.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum ConvertUnsignedToSignedCommandType   
Public Enum ConvertUnsignedToSignedCommandType  
    
    
public enum ConvertUnsignedToSignedCommandType    
typedef NS_ENUM(NSInteger, LTConvertUnsignedToSignedCommandType) 
public enum ConvertUnsignedToSignedCommandType 
Leadtools.ImageProcessing.Core.ConvertUnsignedToSignedCommandType = function() { }; 
Leadtools.ImageProcessing.Core.ConvertUnsignedToSignedCommandType.prototype = {<br/> 
  ProcessRangeOnly = 1, 
    ProcessOutSideRange = 2, 
     
 }; 
public enum class ConvertUnsignedToSignedCommandType   

Members

ValueMemberDescription
1ProcessRangeOnly Shift data by adding half the range to each pixel without changing bits outside the lowbit to highbit range.
2ProcessOutSideRange Shift data by adding half the range to each pixel and set to zero all bits outside the lowbit to highbit range.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly