Click or drag to resize

TwainMemory.Copy Method (IntPtr, IntPtr, Int32)

Copies memory from one pointer to another.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax
public void Copy(
	IntPtr destination,
	IntPtr source,
	int length
)

Parameters

destination
Type: System.IntPtr
The pointer when data will be copied to.
source
Type: System.IntPtr
The pointer containing data to be copied from.
length
Type: System.Int32
The number of bytes to copy.
See Also