Frames Property

Summary

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

Syntax
C#
VB
C++
public int Frames { get; set; } 
  
Public Property Frames As Integer 
            public: 
property int Frames { 
   int get(); 
   void set (    int ); 
} 

Property Value

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

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 in between each frame. For example: If Frames is 5, the animation will include the following frames: (StartFrame, StartFrame + 5, StartFrame + 10, StartFrame +....).

Example

For an example, refer to MedicalViewerAnimation.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly