LEADTOOLS (Leadtools assembly)

GrayscaleCommand Constructor(Int32)

Show in webframe







Value indicating the number of bits in the destination image. Valid values are 8, 12, or 16.
Initializes a new instance of the GrayscaleCommand class with explicit parameters.
Syntax
public GrayscaleCommand( 
   int bitsPerPixel
)
'Declaration
 
Public Function New( _
   ByVal bitsPerPixel As Integer _
)
'Usage
 
Dim bitsPerPixel As Integer
 
Dim instance As New GrayscaleCommand(bitsPerPixel)
public GrayscaleCommand( 
   int bitsPerPixel
)
-(id)initWithBitsPerPixel:(unsigned int)bitsPerPixel;
public GrayscaleCommand(int bitsPerPixel)
function GrayscaleCommand( 
   bitsPerPixel 
)
public:
GrayscaleCommand( 
   int bitsPerPixel
)

Parameters

bitsPerPixel
Value indicating the number of bits in the destination image. Valid values are 8, 12, or 16.
Example
For an example, refer to GrayscaleCommand.
Requirements

Target Platforms

See Also

Reference

GrayscaleCommand Class
GrayscaleCommand Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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