KeyframedAnimationSet.GetNumberScaleKeys Method

Language:

Retrieves the number of scale keys in the specified keyframe animation.

Definition

Visual Basic Public Function GetNumberScaleKeys( _
    ByVal animation As Integer _
) As Integer
C# public int GetNumberScaleKeys(
    int animation
);
C++ public:
int GetNumberScaleKeys(
    int animation
);
JScript public function GetNumberScaleKeys(
    animation : int
) : int;

Parameters

animation System.Int32
Animation index.

Return Value

System.Int32
Number of scale keys in the specified keyframe animation.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center