Frame.TransformationMatrix Property

Language:

Retrieves or sets the transformation Matrix of a frame.

Definition

Visual Basic Public Property TransformationMatrix As Matrix
C# public Matrix TransformationMatrix { get; set; }
C++ public:
property Matrix TransformationMatrix {
        Matrix get();
        void set(Matrix value);
}
JScript 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. 

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

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