Tesla Graphics Engine Documentation (January 2012)
Get Method (store, byteOffset, byteCount)
TeslaTesla.CoreDataBuffer<(Of <(<'T>)>)>Get(array<Byte>[]()[][], Int32, Int32)
Relative get operation that copies byte store from the buffer.
Declaration Syntax
C#
public override void Get(
	byte[] store,
	int byteOffset,
	int byteCount
)
Parameters
store (array<Byte>[]()[][])
Byte array to store copied byte data
byteOffset (Int32)
Zero-based byte index to start copying into the byte store
byteCount (Int32)
Number of bytes to read
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)