Wiki > TV3D65 Index > TVScene
CreateRenderSurfaceEx
DESCRIPTION
-This page has been generated automatically. Please improve it by adding a description and additional information.
DECLARATION
| VB.NET | CreateRenderSurfaceEx(iWidth As Integer , iHeight As Integer , eFormat As CONST_TV_RENDERSURFACEFORMAT , bUseDepth As Boolean , bUseMainBufferSize As Boolean , fMainBufferScale As Single , sName As String) As TVRenderSurface |
| C++ | cTVRenderSurface CreateRenderSurfaceEx(int iWidth , int iHeight , cCONST_TV_RENDERSURFACEFORMAT eFormat , bool bUseDepth , bool bUseMainBufferSize , float fMainBufferScale , char* sName ) |
PARAMETERS
| NAME | OPTIONAL | DESCRIPTION |
| iWidth | No | iWidth description |
| iHeight | No | iHeight description |
| eFormat | No | eFormat description |
| bUseDepth | No | bUseDepth description |
| bUseMainBufferSize | Yes | bUseMainBufferSize description |
| fMainBufferScale | Yes | fMainBufferScale description |
| sName | Yes | sName description |
RETURN VALUE
EXAMPLES
TIPS
- Please add any notes or tips for this method.