Creates a new RasterImage using the specified parameters.
public static RasterImage Create(
int width,
int height,
int bitsPerPixel,
int resolution,
RasterColor backgroundColor
)
Public Shared Function Create( _
ByVal width As Integer, _
ByVal height As Integer, _
ByVal bitsPerPixel As Integer, _
ByVal resolution As Integer, _
ByVal backgroundColor As Leadtools.RasterColor _
) As Leadtools.RasterImage
public static Leadtools.RasterImage Create(
int width,
int height,
int bitsPerPixel,
int resolution,
Leadtools.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
)
function Leadtools.RasterImage.Create(Int32,Int32,Int32,Int32,RasterColor)(
width ,
height ,
bitsPerPixel ,
resolution ,
backgroundColor
)
public:
static Leadtools.RasterImage^ Create(
int width,
int height,
int bitsPerPixel,
int resolution,
Leadtools.RasterColor backgroundColor
)
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.
The newly created RasterImage object.
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