TwainMemoryCopy Method (IntPtr, Byte) |
Copies a byte array into a pointer.
Namespace:
Atalasoft.Twain
Assembly:
Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic void Copy(
IntPtr destination,
byte[] source
)
Public Sub Copy (
destination As IntPtr,
source As Byte()
)
Parameters
- destination
- Type: SystemIntPtr
The pointer to copy the data into. - source
- Type: SystemByte
The byte array to copy.
See Also