Click or drag to resize

ImageMemory Constructor (IntPtr)

Note: This API is now obsolete.

Initializes a new instance of ImageMemory setting the pre allocated memory pointer.

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(
	IntPtr imagePointer
)

Parameters

imagePointer
Type: SystemIntPtr
The memory pointer
See Also