GraphicsDevice.GetBackBufferData<T> Method (Microsoft.Xna.Framework.Graphics)


Namespace: Microsoft.Xna.Framework.Graphics
Assembly: MonoGame.Framework (MonoGame.Framework.dll 3.8.0.1082)
  • C#
  • VB
  • F#
public void GetBackBufferData<T>(
	Nullable<Rectangle> rect, 
	T[] data, 
	int startIndex, 
	int elementCount
) where T : ValueType, new()

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

Parameters

rect
Type: Nullable<Rectangle>
data
Type: T[]
startIndex
Type: System.Int32
elementCount
Type: System.Int32
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop
    
 Windows OpenGL Desktop
    
 Web