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

SourceHighBit Property (ShiftDataCommand)






Gets or sets the position of the end bit. .NET support WinRT support Silverlight support
Syntax
public int SourceHighBit {get; set;}
'Declaration
 
Public Property SourceHighBit As Integer
'Usage
 
Dim instance As ShiftDataCommand
Dim value As Integer
 
instance.SourceHighBit = value
 
value = instance.SourceHighBit
public int SourceHighBit {get; set;}
 get_SourceHighBit();
set_SourceHighBit(value);
public:
property int SourceHighBit {
   int get();
   void set (    int value);
}

Property Value

Position of the end bit. This is inclusive (it is part of the mask). The value should not be less than SourceLowBit. You can also set -1, which is interpreted as "highest bit" (SourceImage->BitsPerPixel - 1). This property accepts only positive values.
Example
Refer to ShiftDataCommand.
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

ShiftDataCommand Class
ShiftDataCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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