Click or drag to resize

AtalaImage Constructor (Int32, Int32, PixelFormat)

Initialize a new instance of the AtalaImage class specifying the Width, Height, and PixelFormat.

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
)

Parameters

width
Type: SystemInt32
Width of the image.
height
Type: SystemInt32
Height of the image.
pixelFormat
Type: Atalasoft.ImagingPixelFormat
PixelFormat of the image.
Remarks
The image data is not set to a particular color and might end up with some noise in the image. See the overload with a specific color or palette index to fill the background with a specified color.
See Also