LImageViewerCell::GetAnimationProperties

#include "ltwrappr.h"

L_INT LImageViewerCell::GetAnimationProperties(pDisAnimationProps, uFlags)

Retrieves the current animation properties of the specified cell.

Parameters

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 LImageViewerCell::SetAnimationProperties function.

Before calling LImageViewerCell::GetAnimationProperties the user should:

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

For more information on the available animation properties, refer to the DISPANIMATIONPROPS structure.

Required DLLs and Libraries

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

LEADTOOLS Medical Image Viewer C++ Class Library Help