Please enable JavaScript to view this site.

uEye .NET Manual 4.97

Class

uEye.Memory

Accessible

Camera.Memory.CopyImageMemLines

Syntax

uEye.Memory.CopyImageMemLines(System.IntPtr ptrSrc, int s32Id, int s32Lines, System.IntPtr ptrDst)

Description

Copies the contents of the image memory described by ptrSrc and s32Id to the memory area to whose starting address ptrDst points. The method only copies the number of lines indicated by s32Lines.

hint_info

The allocated memory must be large enough to accommodate the in s32Lines given number of image lines considering the image width and format (Bits per Pixel).

Parameter

ptrSrc

Pointer to the image memory

s32Id

ID of this image memory

s32Lines

Number of lines to be copied

ptrDst

Pointer to the destination memory to copy the image to