Wiki > TV3D65 Index > TVRenderSurface
-Copies an existing render surface to the current one. If the current render surface is smaller, it will clip the one it is being copied from.
| VB.NET | BltFromRenderSurface(pRenderSurf As TVRenderSurface) As Boolean | |
|---|---|---|
| C++ | bool BltFromRenderSurface(cTVRenderSurface pRenderSurf) | |
| NAME | OPTIONAL | DESCRIPTION |
|---|---|---|
| pRenderSurf | No | The render surface to copy from |
| Boolean | Returns true if successful. |
|---|
| Example | Basic example. |
|---|