Wiki > TV3D65 Index > TVTextureFactory
CreateTexture
DESCRIPTION
-This page has been generated automatically. Please improve it by adding a description and additional information.
DECLARATION
| VB.NET | CreateTexture(iWidth As Integer , iHeight As Integer , bHasAlpha As Boolean , sTextureName As String) As Integer |
| C++ | int CreateTexture(int iWidth , int iHeight , bool bHasAlpha , char* sTextureName ) |
PARAMETERS
| NAME | OPTIONAL | DESCRIPTION |
| iWidth | No | iWidth description |
| iHeight | No | iHeight description |
| bHasAlpha | Yes | bHasAlpha description |
| sTextureName | Yes | sTextureName description |
RETURN VALUE
| Integer | Description of what the return value means. |
EXAMPLES
TIPS
- Please add any notes or tips for this method.