Gets the backbuffer as an array of data.

Declaration Syntax
public abstract void GetBackBufferData<T>(
Nullable<Rectangle> rect,
T[] data,
int startIndex,
int elementCount
)
where T : struct, new()

Generic Template Parameters

Parameters
-
rect (Nullable<(Of <(<'Rectangle>)>)>)
- Rectangle defining the sub-image, if null the whole image is returned
-
data (array<T>[]()[][])
- The array to store the data in
-
startIndex (Int32)
- The starting index in the array
-
elementCount (Int32)
- The number of elements to copy
Assembly:
Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)