Tesla Graphics Engine Documentation (January 2012)
Set Method (data)
TeslaTesla.CoreDataBuffer<(Of <(<'T>)>)>Set(array<T>[]()[][])
Relative bulk set operation. Stores all the array's values, incrementing the position of the buffer as it goes. The buffer must have sufficient space and bounds checks are enforced.
Declaration Syntax
C#
public void Set(
	T[] data
)
Parameters
data (array<T>[]()[][])
Array data to copy from
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)