Wiki > TV3D65 Index > TVRenderSurface
-This method “blits” or captures the rendering buffer to the render surface. This means, anything that has currently been drawn to the back buffer will become contents of this render surface.
| VB.NET | BltFromMainBuffer() As Boolean | |
|---|---|---|
| C++ | bool BltFromMainBuffer() | |
None
| Boolean | Returns true if successful. |
|---|
| Example | Basic example. |
|---|