LAnimationWindow::EnableAutoLoop

Summary

Enables or disables auto looping.

Syntax

#include "ltwrappr.h"

L_BOOL LAnimationWindow::EnableAutoLoop(bAutoLoop=TRUE)

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C++ Class Library Help

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