←Select platform

StartFrame Property

Summary

Gets or sets the value that indicates the frame from which the animation will start.

Syntax

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

Property Value

Zero-based index value that indicates the first frame from which the animation will start. The start frame is included within the animation.

Example

For an example, refer to MedicalViewerAnimation.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly