Click or drag to resize

TwainMemoryCopy Method (Byte, IntPtr)

Copies data from a pointer into a byte array.

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(
	byte[] destination,
	IntPtr source
)

Parameters

destination
Type: SystemByte
The byte array to fill.
source
Type: SystemIntPtr
The pointer to copy from.
See Also