public static RasterImage CreateGrayscale(
int width,
int height,
int bitsPerPixel,
int resolution
)
Public Shared Function CreateGrayscale( _
ByVal width As Integer, _
ByVal height As Integer, _
ByVal bitsPerPixel As Integer, _
ByVal resolution As Integer _
) As RasterImage
+ (nullable instancetype)grayscaleImageWithWidth:(NSInteger)width
height:(NSInteger)height
bitsPerPixel:(NSInteger)bitsPerPixel
resolution:(NSInteger)resolution
error:(NSError **)error
public static RasterImage createGrayscale(
int width,
int height,
int bitsPerPixel,
int resolution
)
public:
static RasterImage^ CreateGrayscale(
int width,
int height,
int bitsPerPixel,
int resolution
)
width
Width of the image in pixels.
height
Height of the image in pixels.
bitsPerPixel
The number of bits per pixel.
Valid values are 8, 12, 16.
resolution
Value to be used as the x and y resolution for the image.
The newly created grayscale RasterImage object.
For more information about creating and working with grayscale images, refer to Grayscale Images.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document