AnimationOutput Class (Microsoft.DirectX.Direct3D)

Encapsulates matrix, scale, rotate, and translate (SRT) transformation objects.

Definition

Visual Basic Public Class AnimationOutput
    Inherits ObjectLeave Site
    Implements IDisposableLeave Site
C# public class AnimationOutput : ObjectLeave Site, IDisposableLeave Site
C++ public ref class AnimationOutput : ObjectLeave Site, IDisposableLeave Site
JScript public class AnimationOutput extends ObjectLeave Site implements IDisposableLeave Site

Members Table

The following table lists the members exposed by the object.

Methods

Method Description
AnimationOutput Initializes a new instance of the AnimationOutput class.
Dispose Immediately releases the unmanaged resources used by the AnimationOutput object.
Finalize Allows the AnimationOutput object to free resources before it is destroyed by the garbage collector.

Properties

Property Description
Matrix Retrieves the matrix output for the animation.
Name Retrieves the name of the animation output.
Rotation Retrieves the rotation output for the animation.
Scale Retrieves the scale output for the animation.
Translation Retrieves the translation output for the animation.

Inheritance Hierarchy

ObjectLeave Site

AnimationOutput

Class Information

Namespace Microsoft.DirectX.Direct3D
Assembly Microsoft.DirectX.Direct3DX (microsoft.directx.direct3dx.dll)
Strong Name Microsoft.DirectX.Direct3DX,  Version=1.0.900.0,  Culture=neutral,  PublicKeyToken=d3231b57b74a1492

See Also