Click or drag to resize

ImageMemory Constructor (Int32, Boolean)

Note: This API is now obsolete.

Initializes a new instance of ImageMemory indicating the number of bytes to allocate and if this object should handle the freeing of that memory.

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,
	bool zeroMemory
)

Parameters

bytes
Type: SystemInt32
number of bytes to allocate
zeroMemory
Type: SystemBoolean
indicates if the memory should be freed when disposing
See Also