←Select platform

Create Method

Summary
Creates a new RasterImage using the specified parameters.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public static RasterImage Create( 
   int width, 
   int height, 
   int bitsPerPixel, 
   int resolution, 
   RasterColor backgroundColor 
) 
+ (nullable instancetype)coloredImageWithWidth:(NSInteger)width  
                                        height:(NSInteger)height  
                                  bitsPerPixel:(NSInteger)bitsPerPixel  
                                    resolution:(NSInteger)resolution  
                               backgroundColor:(nullable LTRasterColor *)backColor  
                                         error:(NSError **)error 
public static RasterImage create( 
   int width, 
   int height, 
   int bitsPerPixel, 
   int resolution, 
   RasterColor backgroundColor 
); 
public: 
static RasterImage^ Create(  
   int width, 
   int height, 
   int bitsPerPixel, 
   int resolution, 
   RasterColor backgroundColor 
)  

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 1, 2, 3, 4, 5, 6, 7, 8, 16, 24, 32, 48, and 64.

resolution
Value to be used as the x and y resolution for the image.

backgroundColor
RasterColor which will be used to fill the new image.

Return Value

The newly created RasterImage object.

Requirements

Target Platforms

Help Version 22.0.2023.5.16
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.