|

Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
DPSF API Documentation
|
.SetCurrentAnimationAndPositionInAnimation Method
|
|
|
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: 1.5.1.0
Syntax
C#
|
public void SetCurrentAnimationAndPositionInAnimation(
int iAnimationID,
int iPictureRotationOrderIndex
)
|
Visual Basic (Declaration)
|
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
See Also
Animations Class
DPSF Namespace

Send comments on this topic to
|