Microsoft DirectX 9.0 SDK Update (October 2004)

Frame.TransformationMatrix Property

Language:

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

Retrieves or sets the transformation Matrix of a frame.

Definition

Visual Basic .NET Public Property TransformationMatrix As Matrix
C# public Matrix TransformationMatrix { get; set; }
Managed C++ public: __property Matrix get_TransformationMatrix();
public: __property void set_TransformationMatrix(Matrix);
JScript .NET public function get TransformationMatrix() : Matrix
public function set TransformationMatrix(Matrix);

Property Value

Microsoft.DirectX.Matrix . A Matrix object that represents the transformation matrix of the frame.

This property is read/write. 

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

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center