Collapse AllExpand All       Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++  
 | 
 
 
 
[TCheckBoxFormControlObj]C# 
[TCheckBoxFormControlObj]Visual Basic 
[TCheckBoxFormControlObj] 
Visual C++ 
Sets how much Time should elapse before switching frames in the Animation 
Namespace: DPSF 
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0 
 Syntax 
C# 
 | 
 
public void SetAnimationsPictureRotationTime( 
 int iAnimationID, 
 float fNewPictureRotationTime 
) 
 | 
 
 
 
Visual Basic 
 | 
 
Public Sub SetAnimationsPictureRotationTime ( 
 iAnimationID As Integer, 
 fNewPictureRotationTime As Single 
) 
 | 
 
 
 
Visual C++ 
 | 
 
public: 
void SetAnimationsPictureRotationTime( 
 int iAnimationID, 
 float fNewPictureRotationTime 
) 
 | 
 
 
 
Parameters 
iAnimationID 
Type: System..::..Int32 
The ID of the Animation to update 
fNewPictureRotationTime 
Type: System..::..Single 
The Time (in seconds) to wait before moving to the next Picture in the Animations Picture Rotation Order 
 See Also 
Animations Class 
Animations Members 
DPSF Namespace 
  
Send comments on this topic to  
 |