LImageViewerCell::SetAnimationProperties

Summary

Changes the animation properties of a specific cell.

Syntax

#include "ltwrappr.h"

L_INT LImageViewerCell::SetAnimationProperties(pDisAnimationProps, uFlags)

Parameters

pDISPANIMATIONPROPS pDisAnimationProps

Pointer to the DISPANIMATIONPROPS structure that contains the animation properties to change.

L_UINT uFlags

Reserved for future use. Pass 0.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

Before calling LImageViewerCell::SetAnimationProperties the user should:

  1. Declare a variable of type DISPANIMATIONPROPS.
  2. Specify the new property values in the appropriate members.
  3. Pass a pointer to the DISPANIMATIONPROPS structure to LImageViewerCell::SetAnimationProperties as the pDisAnimationProps parameter.

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.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to LImageViewer::StartAnimation.

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

LEADTOOLS Medical Image Viewer C++ Class Library Help

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