Click or drag to resize

PixelMemoryPixelDataFromPixelMemory Method

Returns an IntPtr to the first scanline of an image if this version of PixelMemory supports that operation, IntPtr.Zero is returned otherwise.
Overload List
  NameDescription
Public methodStatic memberPixelDataFromPixelMemory(AtalaImage)
Returns an IntPtr to the first scanline of an image if this version of PixelMemory supports that operation, IntPtr.Zero is returned otherwise.
Public methodStatic memberPixelDataFromPixelMemory(PixelMemory)
Returns an IntPtr to the first scanline of an image if this version of PixelMemory supports that operation, IntPtr.Zero is returned otherwise.
Top
See Also