Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the contents of the back buffer.
Syntax
'Declaration
Public Sub GetBackBufferData(Of T As Struct) ( _
data As T() _
)
public void GetBackBufferData<T> (
T[] data
) where T : struct
public:
generic<typename T> where T : struct
void GetBackBufferData(
T data[]
)
Type Parameters
- T
The type of the elements in the array.
Parameters
- data
Type: T
Array of data.
Requirements
Namespace: Microsoft.Xna.Framework.Graphics
Assembly: Microsoft.Xna.Framework.Graphics (in microsoft.xna.framework.graphics.dll)
See Also
Reference
GraphicsDevice Class
GraphicsDevice Members
Microsoft.Xna.Framework.Graphics Namespace
Platforms
Windows Phone