Click or drag to resize

AtalaImage Constructor (PixelMemory, Int32, Int32, PixelFormat)

Initialize a new instance of the %AtalaImage% class specifying the PixelMemory, 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(
	PixelMemory memory,
	int width,
	int height,
	PixelFormat pixelFormat
)

Parameters

memory
Type: Atalasoft.Imaging.MemoryPixelMemory
A PixelMemory object that represents an image's memory
width
Type: SystemInt32
Width of the image.
height
Type: SystemInt32
Height of the image.
pixelFormat
Type: Atalasoft.ImagingPixelFormat
PixelFormat of the image.
See Also