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: 2026.2.0.0.42 (.NET 4.6.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