LAnimationWindow::IsLastFrame
#include "ltwrappr.h"
L_BOOL LAnimationWindow::IsLastFrame(L_VOID) const
Determines whether the current frame is the last frame in the bitmap list.
Returns
| TRUE | The current frame is the last frame in the bitmap list. | 
| FALSE | The current frame is not the last frame in the bitmap list. | 
Required DLLs and Libraries
| LTDIS For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. | 
See Also
Example
For an example, refer to LAnimationWindow::IsFirstFrame.