Tao.DevIl SDK Documentation

Il.ilSetDuration Method 

ilSetDuration allows you to set how long to show the currently bound image. This function can also change the durations of individual images in animation chains.

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

Parameters

Duration
Number of milliseconds to play the currently bound image.

Return Value

See Also

Il Class | Tao.DevIl Namespace