Transforms.Texture5 Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the Texture5 transformation Matrix.

Definition

Visual BasicPublic Property Texture5 As Matrix
C#public Matrix Texture5 { get; set; }
C++public:
property Matrix Texture5 {
        Matrix get();
        void set(Matrix value);
}
JScriptpublic function get Texture5() : Matrix
public function set Texture5(Matrix);

Property Value

Microsoft.DirectX.Matrix

This property is read/write. 

See Also

Show: