←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 = { 
 
  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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize