KeyframedAnimationSet.UnregisterScaleKey Method

Language:

Note: This documentation is preliminary and is subject to change.

Removes the scale data at the specified key frame.

Definition

Visual Basic .NET Public Sub UnregisterScaleKey( _
    ByVal animation As Integer, _
    ByVal key As Integer _
)
C# public void UnregisterScaleKey(
    int animation,
    int key
);
Managed C++ public: void UnregisterScaleKey(
    int animation,
    int key
);
JScript .NET public function UnregisterScaleKey(
    animation : int,
    key : int
);

Parameters

animation System.Int32. An integer that represents the animation index.
key System.Int32. An integer that represents the animation key frame.

Remarks

Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.