An NDoc Documented Class Library

OffscreenRT Constructor 

Initializes a new instance of the OffscreenRT class.

public OffscreenRT(
   Device device,
   Int32 xl,
   Int32 yl,
   Format format,
   Boolean autolock,
   Boolean autorestore,
   Boolean autoupdate
);

Parameters

Device
The device.
Int32
The width.
Int32
The height.
Format
The format.
Boolean
if set to true then the surface is automatically locked after an update.
Boolean
if set to true the gpu surface is automatically restored with the offscreen surface after a device reset, do that data can be accessed every time.
Boolean
if set to true the gpu surface is automatically copied back to the offscreen surface after rendering, to that it is always up to date.

See Also

OffscreenRT Class | SpringEmbedders Namespace