Tesla Graphics Engine Documentation (January 2012)
Set Method
TeslaTesla.CoreDataBuffer<(Of <(<'T>)>)>Set()()()()
Members
Icon Member Description
Set(T)
Relative set operation. Increments the position to the next value space and stores the value.

Set(T, Int32)
Absolute set operation. Stores the value at the specified index, if its within range.

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.

Set(array<T>[]()[][], Int32)
Relative bulk set operation. Stores the specified number of the values in the input array into the buffer, incrementing the position of the buffer as it goes. The buffer must have sufficient space and bounds checks are enforced.

Set(array<T>[]()[][], Int32, Int32)
Relative bulk set operation. Stores the specified number of the values in the input array into the buffer, incrementing the position of the buffer as it goes. The buffer must have sufficient space and bounds checks are enforced.

Set(array<Byte>[]()[][], Int32, Int32)
Relative set operation that copies by te data into the buffer.
(Overrides DataBuffer.Set(array<Byte>[]()[][], Int32, Int32).)
Set(array<Byte>[]()[][])
Relative set operation that copies byte data into the buffer.

Set(array<Byte>[]()[][], Int32)
Relative set operation that copies byte data into the buffer.

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