LEADTOOLS Medical (Leadtools.MedicalViewer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
MedicalViewerAnimationFlags Enumeration
See Also  
Leadtools.MedicalViewer Namespace : MedicalViewerAnimationFlags Enumeration



The MedicalViewerAnimationFlags Enumeration is available as an add-on to the LEADTOOLS Medical Imaging toolkits.

Specifies constants that control the animation feature.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum MedicalViewerAnimationFlags 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As MedicalViewerAnimationFlags
C# 
[FlagsAttribute()]
public enum MedicalViewerAnimationFlags : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[FlagsAttribute()]
public enum class MedicalViewerAnimationFlags : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
LoopWhen the animation reaches the end frame, it will bounce back and play in reverse until it reaches the start frame and play the animation all over again.
PaintBicubicPaint using bicubic interpolation while playing the animation.
PaintNormalPaint normally while playing the animation.
PaintResamplePaint using resample interpolation while playing the animation.
PlayBackwardPlay backward.
PlayForwardPlay forward.
PlayOnSelectionPlay the animation while the cell is selected. When deselecting the cell, the animation will stop. When selecting the cell, the animation will start.
SequenceWhen the animation reaches the end frame, it will jump to the start frame and play the animation all over again.
ShowAnnotationsShow the annotation object while playing the animation.
ShowRegionsShow the region object while playing the animation.
ShuffleThe animation engine will pick a random frame every time when playing the animation.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.MedicalViewer.MedicalViewerAnimationFlags

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.MedicalViewer requires a Medical Imaging license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features