C#
VB
Java
Objective-C
WinRT C#
C++
Initializes a new instance of the GrayscaleCommand class with explicit parameters.
public GrayscaleCommand(
int bitsPerPixel
)
Public Function New( _
ByVal bitsPerPixel As Integer _
)
public GrayscaleCommand(
int bitsPerPixel
)
- (instancetype)initWithBitsPerPixel:(NSInteger)bitsPerPixel
public GrayscaleCommand(int bitsPerPixel)
function GrayscaleCommand(
bitsPerPixel
)
public:
GrayscaleCommand(
int bitsPerPixel
)
bitsPerPixel
Value indicating the number of bits in the destination image. Valid values are 8, 12, or 16.
For an example, refer to GrayscaleCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET