Share via


KeyframedAnimationSet.UnregisterScaleKey(Int32,Int32) Method (Microsoft.DirectX.Direct3D)

Removes the scale data at the specified key frame.

Definition

Visual Basic Public Sub UnregisterScaleKey( _
    ByVal animation As Integer, _
    ByVal key As Integer _
)
C# public void UnregisterScaleKey(
    int animation,
    int key
);
C++ public:
void UnregisterScaleKey(
    int animation,
    int key
);
JScript 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.