Tesla Graphics Engine Documentation (January 2012)
Copy Method (src, dest, count)
TeslaTesla.UtilMemUtilsCopy(Array, Array, Int32)
Copies byte store from one array to another. Arrays do not have to be the same length, and array lower bounds are checked, but there may be overflow.
Declaration Syntax
C#
public static void Copy(
	Array src,
	Array dest,
	int count
)
Parameters
src (Array)
Source array
dest (Array)
Destination array
count (Int32)
The number of bytes to copy
Exceptions
Exception Condition
ArgumentNullException Throws an exception if either array is null
ArgumentOutOfRangeException Throws an exception if the count is less than zero or if the offsets are less than zero

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)