Tesla Graphics Engine Documentation (January 2012)
Copy Method
TeslaTesla.UtilMemUtilsCopy()()()()
Members
Icon Member Description
Copy(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.

Copy(Array, Int32, Array, Int32, 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.

Copy(IntPtr, IntPtr, Int32)
Copies byte store from one IntPtr to another. This does not check array bounds, handle with care!

Copy(IntPtr, Int32, IntPtr, Int32, Int32)
Copies byte store from one IntPtr to another. This does not check array bounds, handle with care!

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