collapse_all
expand_all
collapse_allexpand_alldropdowndropdownHovercopycodecopycodeHighlight

collapse_all Collapse AllExpand All     dropdown Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++

[TCheckBoxFormControlObj]C#

[TCheckBoxFormControlObj]Visual Basic

[TCheckBoxFormControlObj]
Visual C++
DPSF API Documentation
Animations
.
.
::
.SetAnimationsPictureRotationTime Method

Sets how much Time should elapse before switching frames in the Animation

Namespace: DPSF

Assembly:  DPSF (in DPSF.dll) Version: 1.5.1.0

collapse_allSyntax

C#

public void SetAnimationsPictureRotationTime(

 int iAnimationID,

 float fNewPictureRotationTime

)

Visual Basic (Declaration)

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

collapse_allSee Also

Animations Class

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com