Click or drag to resize

PixelMemoryPixelDataFromPixelMemory Method (AtalaImage)

Returns an IntPtr to the first scanline of an image if this version of PixelMemory supports that operation, IntPtr.Zero is returned otherwise.

Namespace:  Atalasoft.Imaging.Memory
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static IntPtr PixelDataFromPixelMemory(
	AtalaImage image
)

Parameters

image
Type: Atalasoft.ImagingAtalaImage
An AtalaImage object.

Return Value

Type: IntPtr
See Also