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