KeyframedAnimationSet.SetScaleKey Method

Language:

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

Sets scale information for a specific key frame in the animation set.

Definition

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

Parameters

animation System.Int32. An integer that represents the animation index.
key System.Int32. An integer that represents the animation key frame.
value Microsoft.DirectX.Direct3D.KeyVector3. A KeyVector3 object that contains the key frame's scale data.

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.