LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

CreateGrayscaleImageCommand Constructor(Int32,Int32,Int32)






Value that indicates the number of bits for the destination image. Valid values are 8, 12, or 16.
Value that indicates the low bit used for window leveling when the bitsPerPixel is 12 or 16.
Value that indicates the high bit used for window leveling when the bitsPerPixel is 12 or 16.
Initializes a new instance of the CreateGrayscaleImageCommand class with explicit parameters. .NET support Silverlight support WinRT support
Syntax
public CreateGrayscaleImageCommand( 
   int bitsPerPixel,
   int lowBit,
   int highBit
)
'Declaration
 
Public Function New( _
   ByVal bitsPerPixel As Integer, _
   ByVal lowBit As Integer, _
   ByVal highBit As Integer _
)
'Usage
 
Dim bitsPerPixel As Integer
Dim lowBit As Integer
Dim highBit As Integer
 
Dim instance As New CreateGrayscaleImageCommand(bitsPerPixel, lowBit, highBit)
public CreateGrayscaleImageCommand( 
   int bitsPerPixel,
   int lowBit,
   int highBit
)
function CreateGrayscaleImageCommand( 
   bitsPerPixel ,
   lowBit ,
   highBit 
)
public:
CreateGrayscaleImageCommand( 
   int bitsPerPixel,
   int lowBit,
   int highBit
)

Parameters

bitsPerPixel
Value that indicates the number of bits for the destination image. Valid values are 8, 12, or 16.
lowBit
Value that indicates the low bit used for window leveling when the bitsPerPixel is 12 or 16.
highBit
Value that indicates the high 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
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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