Tesla Graphics Engine Documentation (January 2012)
Set Method (data, byteOffset, byteCount)
TeslaTesla.CoreDataBuffer<(Of <(<'T>)>)>Set(array<Byte>[]()[][], Int32, Int32)
Relative set operation that copies by te data into the buffer.
Declaration Syntax
C#
public override void Set(
	byte[] data,
	int byteOffset,
	int byteCount
)
Parameters
data (array<Byte>[]()[][])
byteOffset (Int32)
Zero-based byte index to read from the byte store
byteCount (Int32)
Number of bytes to write
Exceptions
Exception Condition
ArgumentNullException Thrown if the array is null or length is zero
ArgumentOutOfRangeException Thrown if the operation will exceed the buffer's available capacity

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