Leadtools.MedicalViewer Requires Medical Imaging license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Frames Property
See Also 
Leadtools.MedicalViewer Namespace > MedicalViewerAnimation Class : Frames Property



Gets or sets the value that indicates which frames are included in the animation.

Syntax

Visual Basic (Declaration) 
Public Property Frames As Integer
Visual Basic (Usage)Copy Code
Dim instance As MedicalViewerAnimation
Dim value As Integer
 
instance.Frames = value
 
value = instance.Frames
C# 
public int Frames {get; set;}
C++/CLI 
public:
property int Frames {
   int get();
   void set (int value);
}

Return Value

Value that indicates which frames are included in the animation. Default is -1 (all frames).

Example

For an example, refer to MedicalViewerAnimation

Remarks

  • The following values are possible:
    • -1 : All frames are included.
    • 0 : Odd frames are included.
    • 1 : Even frames are included.
    • > 1 : The animation engine will use the value as the number of frames to skip inbetween each frame. For example: If Frames is 5, the animation will include the following frames: (StartFrame, StartFrame + 5, StartFrame + 10, StartFrame +....).

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

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