KeyframedAnimationSet.GetNumberScaleKeys(Int32) Method (Microsoft.DirectX.Direct3D)
Retrieves the number of scale keys in the specified keyframe animation.
Definition
Visual Basic Public Function GetNumberScaleKeys( _
ByVal animation As Integer _
) As IntegerC# 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.