Transforms.Texture7 Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the Texture7 transformation Matrix.

Definition

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

Property Value

Microsoft.DirectX.Matrix

This property is read/write. 

See Also