L_DispContainerGetAnimationProperties

Summary

Retrieves the current animation properties of the specified cell.

Syntax

#include "ltivw.h"

L_LTIVW_API L_INT L_DispContainerGetAnimationProperties(hCellWnd, pDisAnimationProps, uFlags)

Parameters

L_HWND hCellWnd

A handle to the window that represents the cell on which the function's effect will be applied.

pDISPANIMATIONPROPS pDisAnimationProps

Pointer to a DISPANIMATIONPROPS structure to be updated with the current animation properties of the specific cell.

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

To change the animation properties of a cell, call the L_DispContainerSetAnimationProperties function.

Before calling L_DispContainerGetAnimationProperties the user should:

  1. Declare a variable of type DISPANIMATIONPROPS.
  2. Pass a pointer to the DISPANIMATIONPROPS structure to L_DispContainerGetAnimationProperties as the pDisAnimationProps parameter.

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 L_DispContainerStartAnimation.

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

LEADTOOLS Medical Image Viewer C API Help

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