Changes the animation properties of a specific cell.
#include "ltwrappr.h"
L_INT LImageViewerCell::SetAnimationProperties(pDisAnimationProps, uFlags)
Pointer to the DISPANIMATIONPROPS structure that contains the animation properties to change.
Reserved for future use. Pass 0.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
Before calling LImageViewerCell::SetAnimationProperties the user should:
To retrieve the current animation properties of the specified cell, call the LImageViewerCell::GetAnimationProperties function.
For more information on the available animation properties, refer to the DISPANIMATIONPROPS structure.
For an example, refer to LImageViewer::StartAnimation.