Available in LEADTOOLS Medical Imaging toolkits. |
Implementing Animation
To check whether the cell is in an animation phase, call LImageViewer::IsCellAnimated.
To load and play an animation, a cell must contain a multiple frames image.
Play an animation by calling the function LImageViewer::StartAnimation.
Stop the animation anytime by calling the function LImageViewer::StopAnimation.
Apply actions like window level, alpha, offset, and others while the animation is running by calling LImageViewer::AddAction.
To obtain animation properties for a specified cell, call LImageViewer::GetAnimationProperties.
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 LImageViewer::SetAnimationProperties.
To enable or disable the animation started callback function, call LImageViewer::AnimationStartedCallBack.
To enable or disable the animation stopped callback function, call LImageViewer::AnimationStoppedCallBack.
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: