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

See Also Send Feedback

gradient

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

Namespace: DPSF

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

collapse_allSyntax

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

collapse_allSee Also

Animations Class

Animations Members

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com