Available in LEADTOOLS Imaging Pro, Vector, Document, and Medical Imaging toolkits. |
#include "ltwrappr.h"
L_BOOL LAnimationWindow::IsLoopEnabled() const
Determines whether looping is enabled for the animation playback.
Returns
The current state for animation looping. Possible values are:
Value |
Meaning |
TRUE |
Animation looping is enabled. |
FALSE |
Animation looping is disabled. |
Comments
The setting for auto loop overrides this setting.
If auto loop is enabled, this function will always return TRUE, and animation playback will automatically loop.
If auto loop is disabled, then the return value of this function will indicate the current state for animation playback looping.
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. |
Win32, x64.
See Also
Functions: |
LAnimationWindow::LAnimationWindow, LAnimationWindow::EnableLoop, LAnimationWindow::EnableAutoLoop, LAnimationWindow::PlayAnimation, Class Members |
Example
For an example, refer to LAnimationWindow::IsAutoLoopEnabled.