The Frames Property is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
Gets or sets the value that indicates which frames are included in the animation.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;} |
Property Value
Value that indicates which frames are included in the animation. Default is -1 (all frames).For an example, refer to MedicalViewerAnimation
- 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 +....).
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7