Tesla Graphics Engine Documentation (January 2012)
Set Method (data, byteOffset, byteCount)
TeslaTesla.CoreDataBufferSet(array<Byte>[]()[][], Int32, Int32)
Relative set operation that copies by te data into the buffer.
Declaration Syntax
C#
public abstract void Set(
	byte[] data,
	int byteOffset,
	int byteCount
)
Parameters
data (array<Byte>[]()[][])
Byte data to copy to the buffer
byteOffset (Int32)
Zero-based byte index to read from the byte store
byteCount (Int32)
Number of bytes to copy

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