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
.
.
::
.GetAnimationsPictureRotationTime Method

Returns how much Time (in seconds) should elapse before switching frames in the Animation.

NOTE: Returns zero if the specified Animation ID is not valid.

Namespace: DPSF

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

collapse_allSyntax

C#

public float GetAnimationsPictureRotationTime(

 int iAnimationID

)

Visual Basic (Declaration)

Public Function GetAnimationsPictureRotationTime ( _

 iAnimationID As Integer _

As Single

Visual C++

public:

float GetAnimationsPictureRotationTime(

 int iAnimationID

)

Parameters

iAnimationID

Type: System..::.Int32

The ID of the Animation containing the Picture Rotation Time to retrive

Return Value

Returns how much Time (in seconds) should elapse before switching frames in the Animation. NOTE: Returns zero if the specified Animation ID is not valid.

collapse_allSee Also

Animations Class

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com