KeyframedAnimationSet.UnregisterTranslationKey Method |
Language: |
Removes the translation data at the specified key frame.
Visual Basic Public Sub UnregisterTranslationKey( _
ByVal animation As Integer, _
ByVal key As Integer _
)C# public void UnregisterTranslationKey(
int animation,
int key
);C++ public:
void UnregisterTranslationKey(
int animation,
int key
);JScript public function UnregisterTranslationKey(
animation : int,
key : int
);
animation System.Int32
An integer that represents the animation index.key System.Int32
An integer that represents the animation key frame.
Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.