Click or drag to resize

PixelMemoryPixelDataFromPixelMemory Method (PixelMemory)

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(
	PixelMemory pm
)

Parameters

pm
Type: Atalasoft.Imaging.MemoryPixelMemory
A pixel memory object.

Return Value

Type: IntPtr
See Also