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