Click or drag to resize

ImageMemory Constructor (Int32)

Note: This API is now obsolete.

Initializes a new instance of ImageMemory indicating the number of bytes to allocate.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[ObsoleteAttribute("This class is deprecated.  Please use PixelMemory instead.")]
public ImageMemory(
	int bytes
)

Parameters

bytes
Type: SystemInt32
number of bytes to allocate
See Also