| Visual Basic (Declaration) | |
|---|---|
Public Enum ConvertSignedToUnsignedCommandType Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum ConvertSignedToUnsignedCommandType : Enum | |
| C++/CLI | |
|---|---|
public enum class ConvertSignedToUnsignedCommandType : public Enum | |
| Member | Description |
|---|---|
| ShiftZeroToCenter | Shift by 32768 (16-bit images) or by 2048 (12-bit images). |
| ShiftMinimumToZero | Shift all image data to make the minimum value in the image 0 and the maximum value to the maximum possible value (65535 for 16-bit, 4095 for 12-bit). |
| ShiftNegativeToZero | Set all the negative pixels to 0 and leave the positive pixels unchanged. (Achieves the same result as ClearNegativePixelsCommand). |
| ShiftRangeOnly | Shift data by adding half the range to each pixel without changing bits outside the (LowBit-HighBit) range. |
| ShiftRangeProcessOutSide | Shift data by adding half the range to each pixel and set to zero all bits outside the (LowBit-HighBit) range. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Core.ConvertSignedToUnsignedCommandType
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family