LAnimationWindow::EnableAutoLoop

#include "ltwrappr.h"

L_BOOL LAnimationWindow::EnableAutoLoop(bAutoLoop=TRUE)

Enables or disables auto looping.

Parameters

L_BOOL bAutoLoop

Flag that indicates whether to enable auto looping. Possible values are:

Value Meaning
TRUE Enable auto looping.
FALSE Disable auto looping.

Returns

The previous state.

Comments

When auto loop is enabled, animation playback will always loop, even if you call LAnimationWindow::EnableLoop(FALSE).

When auto loop is disabled, animation playback looping will depend on the last call to LAnimationWindow::EnableLoop.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Functions

Topics

Example

For an example, refer to LAnimationWindow::IsAutoLoopEnabled.

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.