Initializes a new instance of the CreateGrayscaleImageCommand class with explicit parameters.
public CreateGrayscaleImageCommand(
int bitsPerPixel,
int lowBit,
int highBit
)
Public Function New( _
ByVal bitsPerPixel As Integer, _
ByVal lowBit As Integer, _
ByVal highBit As Integer _
)
public CreateGrayscaleImageCommand(
int bitsPerPixel,
int lowBit,
int highBit
)
- (instancetype)initWithBitsPerPixel:(NSInteger)bitsPerPixel
lowBit:(NSInteger)low
highBit:(NSInteger)high
public CreateGrayscaleImageCommand(
int bitsPerPixel,
int lowBit,
int highBit
)
function CreateGrayscaleImageCommand(
bitsPerPixel ,
lowBit ,
highBit
)
public:
CreateGrayscaleImageCommand(
int bitsPerPixel,
int lowBit,
int highBit
)
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.
For an example, refer to CreateGrayscaleImageCommand.
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