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

Animations Class

gradient

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: 2.5.0.0

collapse_allSyntax

C#

public float GetAnimationsPictureRotationTime(

 int iAnimationID

)

Visual Basic

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

Type: Single

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

Animations Members

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com