TwainMemory.Copy Method (Byte[], IntPtr) |
Copies data from a pointer into a byte array.
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(
byte[] destination,
IntPtr source
)
Public Sub Copy (
destination As Byte(),
source As IntPtr
)
Parameters
- destination
- Type:System.Byte[]
The byte array to fill. - source
- Type: System.IntPtr
The pointer to copy from.
See Also