Gets the back buffer data.

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

Generic Template Parameters

Parameters
-
subimage (Nullable<(Of <(<'Rectangle>)>)>)
- The rectangle representing the sub-image. Null value means to grab the whole back buffer.
-
data (array<T>[]()[][])
- The data.
-
startIndex (Int32)
- The starting index in the array.
-
elementCount (Int32)
- The number of eleemnts to read
Assembly:
Tesla.Direct3D10 (Module: Tesla.Direct3D10) Version: 0.5.0.0 (0.5.0.0)