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
LTDLG
LTEFX
LTFIL
LTIMG
LTISI
LTSCR
LTTWN

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

Functions:

LAnimationWindow::LAnimationWindow, LAnimationWindow::IsPlaying, LAnimationWindow::GetCurrentIndex, LAnimationWindow::IsPreviousFrameAvailable, LAnimationWindow::IsFirstFrame, LAnimationWindow::IsLastFrame, Class Members

Example

For an example, refer to LAnimationWindow::IsFirstFrame.