Frame.TransformationMatrix Property (Microsoft.DirectX.Direct3D)
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.