LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

ConvertUnsignedToSignedCommandType Enumeration






Flag that indicates how to process bits outside the low bit to high bit range. .NET support WinRT support Silverlight support
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  
Leadtools.ImageProcessing.Core.ConvertUnsignedToSignedCommandType = function() { };
Leadtools.ImageProcessing.Core.ConvertUnsignedToSignedCommandType.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class ConvertUnsignedToSignedCommandType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
ProcessOutSideRangeShift data by adding half the range to each pixel and set to zero all bits outside the lowbit to highbit range.
ProcessRangeOnlyShift data by adding half the range to each pixel without changing bits outside the lowbit to highbit range.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.