Tesla Graphics Engine Documentation (January 2012)
Copy Method (src, dest, count)
TeslaTesla.UtilMemUtilsCopy(IntPtr, IntPtr, 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,
	IntPtr dest,
	int count
)
Parameters
src (IntPtr)
IntPtr for source store
dest (IntPtr)
IntPtr for destination
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

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