Transforms.Texture3 Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the Texture3 transformation Matrix.

Definition

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

Property Value

Microsoft.DirectX.Matrix

This property is read/write. 

See Also

Show: