Tao.DevIl SDK Documentation

Il.ilRegisterNumImages Method 

ilRegisterNumImages tells OpenIL the number of images in the current image's animation chain. The "next" images can then be chosen and modified via ilActiveImage. This function is to be used from within functions that have been registered via ilRegisterLoad.

[Visual Basic]
Public Shared Function ilRegisterNumImages( _
   ByVal Num As Integer _
) As Boolean
[C#]
public static bool ilRegisterNumImages(
   int Num
);

Parameters

Num
Number of images in the animation chain to create.

Return Value

See Also

Il Class | Tao.DevIl Namespace