Available in LEADTOOLS Medical Imaging toolkits. |
Implementing Animation
To check whether the cell is in an animation phase, call L_DispContainerIsCellAnimated.
To load and play an animation, a cell must contain a multiple frames image.
Play an animation by calling the function L_DispContainerStartAnimation.
Stop the animation anytime by calling the function L_DispContainerStopAnimation.
Apply actions like window level, alpha, offset, and others while the animation is running by calling L_DispContainerAddAction.
To obtain animation properties for a specified cell, call L_DispContainerGetAnimationProperties.
To change the animation properties of a specified cell, like which frames are going to be included in the animation and the direction of the animation by setting the desired values in the structure DISPANIMATIONPROPS using L_DispContainerSetAnimationProperties.
To get the current animation started callback function, call L_DispContainerGetAnimationStartedCallBack.
To set the current animation started callback function, call L_DispContainerSetAnimationStartedCallBack.
To get the current animation stopped callback function, call L_DispContainerSetAnimationStoppedCallBack.
To set the current animation stopped callback function, call L_DispContainerSetAnimationStoppedCallBack.
Working with the LEADTOOLS Medical Image Viewer Control
Using the Medical Image Viewer Control
Creating a Bitmap Region Inside the Image Viewer
For more information, refer to:
Summary of All Supported Image File Formats
See Also: