AnimationOutput.Matrix Property

Language:

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

Retrieves the matrix output for the animation.

Definition

Visual Basic .NET Public ReadOnly Property Matrix As Matrix
C# public Matrix Matrix { get; }
Managed C++ public: __property Matrix get_Matrix();
JScript .NET 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. 

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

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