←Select platform

CreateGrayscale Method

Summary

Creates a new grayscale RasterImage using the specified parameters.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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 
)  

Parameters

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.

Return Value

The newly created grayscale RasterImage object.

Remarks

For more information about creating and working with grayscale images, refer to Grayscale Images.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly