Creates a new grayscale RasterImage using the specified parameters.
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 Leadtools.RasterImage
public static Leadtools.RasterImage CreateGrayscale(
int width,
int height,
int bitsPerPixel,
int resolution
)
+ (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
)
function Leadtools.RasterImage.CreateGrayscale(
width ,
height ,
bitsPerPixel ,
resolution
)
public:
static Leadtools.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.
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