Tao.DevIl SDK Documentation

Ilu.iluRotate Method 

iluRotate simply rotates an image about the center by Angle degrees. The background where there is space left by the rotation will be set to the clear colour.

[Visual Basic]
Public Shared Function iluRotate( _
   ByVal Angle As Single _
) As Boolean
[C#]
public static bool iluRotate(
   float Angle
);

Parameters

Angle
Angle in degrees to rotate the image.

Return Value

See Also

Ilu Class | Tao.DevIl Namespace