Leadtools.MedicalViewer Namespace : MedicalViewerAnimationFlags Enumeration |
[FlagsAttribute()] public enum MedicalViewerAnimationFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum MedicalViewerAnimationFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As MedicalViewerAnimationFlags
[FlagsAttribute()] public enum MedicalViewerAnimationFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.MedicalViewer.MedicalViewerAnimationFlags = function() { }; Leadtools.MedicalViewer.MedicalViewerAnimationFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class MedicalViewerAnimationFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Loop | When 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. |
PaintBicubic | Paint using bicubic interpolation while playing the animation. |
PaintNormal | Paint normally while playing the animation. |
PaintResample | Paint using resample interpolation while playing the animation. |
PlayBackward | Play backward. |
PlayForward | Play forward. |
PlayOnSelection | Play the animation while the cell is selected. When deselecting the cell, the animation will stop. When selecting the cell, the animation will start. |
Sequence | When the animation reaches the end frame, it will jump to the start frame and play the animation all over again. |
ShowAnnotations | Show the annotation object while playing the animation. |
ShowRegions | Show the region object while playing the animation. |
Shuffle | The animation engine will pick a random frame every time when playing the animation. |
System.Object
System.ValueType
System.Enum
Leadtools.MedicalViewer.MedicalViewerAnimationFlags
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2