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

See Also Send Feedback

gradient

Sets the Current Animation being used, as well as what index in the Animation's Picture Rotation Order the Animation should start at.

NOTE: If the specified Animiation to use is not valid, the Current Animation will not be changed, and if the specified Picture Rotation Order Index is not valid, the Animation will start from the beginning of the Animation.

Namespace: DPSF

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

collapse_allSyntax

C#

public void SetCurrentAnimationAndPositionInAnimation(

 int iAnimationID,

 int iPictureRotationOrderIndex

)

Visual Basic

Public Sub SetCurrentAnimationAndPositionInAnimation (

 iAnimationID As Integer,

 iPictureRotationOrderIndex As Integer

)

Visual C++

public:

void SetCurrentAnimationAndPositionInAnimation(

 int iAnimationID,

 int iPictureRotationOrderIndex

)

Parameters

iAnimationID

Type: System..::..Int32

The ID of the Animation to use

iPictureRotationOrderIndex

Type: System..::..Int32

The Index in the Animation's Picture Rotation Order that the Animation should begin playing from

collapse_allSee Also

Animations Class

Animations Members

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com