AnimationOutput.Matrix Property

Language:

Retrieves the matrix output for the animation.

Definition

Visual Basic Public ReadOnly Property Matrix As Matrix
C# public Matrix Matrix { get; }
C++ public:
property Matrix Matrix {
        Matrix get();
}
JScript public function get Matrix() : Matrix

Property Value

Microsoft.DirectX.Matrix
A Matrix object that contains the animation's matrix transformation data.

This property is read-only. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

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