Click or drag to resize

TwainMemoryCopy Method (IntPtr, IntPtr, Int32)

Copies memory from one pointer to another.

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

Parameters

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