| Buffer: BlockCopy |
Copies the bytes from the source array to the destination array.
Public Sub BlockCopy( ByRef SrcArray As Variant, ByVal SourceIndex As Long, ByRef DstArray As Variant, ByVal DestinationIndex As Long, ByVal Count As Long )
The arrays are treated as byte arrays, so no datatype conversion takes place. All indexes are in bytes, not in the datatype of the specific array.
The lowerbound of the arrays is ignored. The first byte is at index 0.
Project VBCorLib Overview Class Buffer Overview Buffer Properties Buffer Methods ByteLength