Wiki > TV3D65 Index > TVScreen2DImmediate
Draw_TextureRotatedEx
DESCRIPTION
-This page has been generated automatically. Please improve it by adding a description and additional information.
DECLARATION
| VB.NET | Draw_TextureRotatedEx(iTexture As Integer , fX As Single , fY As Single , fWidth As Single , fHeight As Single , fAngle As Single , fCenterX As Single , fCenterY As Single , color1 As Integer , color2 As Integer , color3 As Integer , color4 As Integer , tu1 As Single , tv1 As Single , tu2 As Single , tv2 As Single) |
| C++ | void Draw_TextureRotatedEx(int iTexture , float fX , float fY , float fWidth , float fHeight , float fAngle , float fCenterX , float fCenterY , int color1 , int color2 , int color3 , int color4 , float tu1 , float tv1 , float tu2 , float tv2 ) |
PARAMETERS
| NAME | OPTIONAL | DESCRIPTION |
| iTexture | No | iTexture description |
| fX | No | fX description |
| fY | No | fY description |
| fWidth | No | fWidth description |
| fHeight | No | fHeight description |
| fAngle | No | fAngle description |
| fCenterX | No | fCenterX description |
| fCenterY | No | fCenterY description |
| color1 | Yes | color1 description |
| color2 | Yes | color2 description |
| color3 | Yes | color3 description |
| color4 | Yes | color4 description |
| tu1 | Yes | tu1 description |
| tv1 | Yes | tv1 description |
| tu2 | Yes | tu2 description |
| tv2 | Yes | tv2 description |
RETURN VALUE
| Null | Does not return a value. |
EXAMPLES
TIPS
- Please add any notes or tips for this method.