LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

ConvertUnsignedToSignedCommandType Enumeration

Show in webframe







Flag that indicates how to process bits outside the low bit to high bit range.
Syntax
public enum ConvertUnsignedToSignedCommandType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum ConvertUnsignedToSignedCommandType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As ConvertUnsignedToSignedCommandType
public enum ConvertUnsignedToSignedCommandType : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTConvertUnsignedToSignedCommandType
public enum ConvertUnsignedToSignedCommandType
Leadtools.ImageProcessing.Core.ConvertUnsignedToSignedCommandType = function() { };
Leadtools.ImageProcessing.Core.ConvertUnsignedToSignedCommandType.prototype = {
ProcessRangeOnly = 0x00000001, ProcessOutSideRange = 0x00000002, };
public enum class ConvertUnsignedToSignedCommandType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000001ProcessRangeOnlyShift data by adding half the range to each pixel without changing bits outside the lowbit to highbit range.
0x00000002ProcessOutSideRangeShift data by adding half the range to each pixel and set to zero all bits outside the lowbit to highbit range.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Core.ConvertUnsignedToSignedCommandType

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.