LEADTOOLS (Leadtools assembly)

CreateGrayscaleImageCommand Constructor(Int32,Int32,Int32)

Show in webframe







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.
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
)
-(id)initWithBitsPerPixel:(unsigned int)bitsPerPixel lowBit:(int)lowBit highBit:(int)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

See Also

Reference

CreateGrayscaleImageCommand Class
CreateGrayscaleImageCommand Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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