Click or drag to resize

AtalaImage Constructor (Int32, Int32, PixelFormat, Color)

Initialize a new instance of the AtalaImage class specifying the Width, Height, PixelFormat, and Color to initialize the image background to.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AtalaImage(
	int width,
	int height,
	PixelFormat pixelFormat,
	Color fillColor
)

Parameters

width
Type: SystemInt32
Width of the image.
height
Type: SystemInt32
Height of the image.
pixelFormat
Type: Atalasoft.ImagingPixelFormat
PixelFormat of the image.
fillColor
Type: System.DrawingColor
The color to fill the image with.
See Also