OpenGL20Device ReadPixels Method Delta Engine Documentation

Namespace: DeltaEngine.Graphics.BaseOpenGL20
Assembly: DeltaEngine.Graphics.BaseOpenGL20 (in DeltaEngine.Graphics.BaseOpenGL20.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public abstract void ReadPixels(
	Rectangle frame,
	byte[] bufferToStoreData
)

Parameters

frame
Type: DeltaEngine.Datatypes Rectangle
bufferToStoreData
Type:  System Byte 
See Also