LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

LowBit Property (CreateGrayscaleImageCommand)






Gets or sets the low bit used for window leveling when the BitsPerPixel is 12 or 16. .NET support Silverlight support WinRT support
Syntax
public int LowBit {get; set;}
'Declaration
 
Public Property LowBit As Integer
'Usage
 
Dim instance As CreateGrayscaleImageCommand
Dim value As Integer
 
instance.LowBit = value
 
value = instance.LowBit
public int LowBit {get; set;}
 get_LowBit();
set_LowBit(value);
public:
property int LowBit {
   int get();
   void set (    int value);
}

Property Value

The low bit used for window leveling when the BitsPerPixel is 12 or 16.
Example
For an example, refer to CreateGrayscaleImageCommand.
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

CreateGrayscaleImageCommand Class
CreateGrayscaleImageCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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