KeyframedAnimationSet.GetCallbackKey Method |
Language: |
Retrieves information about a specific callback in the animation set.
Visual Basic .NET Public Function GetCallbackKey( _
ByVal index As Integer _
) As KeyCallbackC# public KeyCallback GetCallbackKey(
int index
);Managed C++ public: KeyCallback GetCallbackKey(
int index
);JScript .NET public function GetCallbackKey(
index : int
) : KeyCallback;
index System.Int32. An integer that represents the animation index.
Microsoft.DirectX.Direct3D.KeyCallback . A KeyCallback object that describes the animation's callback key.
Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value.
Feedback? Please provide us with your comments on this topic.