Tesla Graphics Engine Documentation (January 2012)
Copy Method (src, srcOffset, dest, destOffset, count)
TeslaTesla.UtilMemUtilsCopy(IntPtr, Int32, IntPtr, Int32, Int32)
Copies byte store from one IntPtr to another. This does not check array bounds, handle with care!
Declaration Syntax
C#
public static void Copy(
	IntPtr src,
	int srcOffset,
	IntPtr dest,
	int destOffset,
	int count
)
Parameters
src (IntPtr)
IntPtr for source store
srcOffset (Int32)
Zero-based byte index in the source IntPtr
dest (IntPtr)
IntPtr for destination
destOffset (Int32)
Zero-based byte index in the destination IntPtr
count (Int32)
The number of bytes to copy
Exceptions
Exception Condition
ArgumentNullException Throws an exception if either pointer is zero
ArgumentOutOfRangeException Throws an exception if the count is less than zero or either startIndex is less than zero

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