Transforms.Texture1 Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the Texture1 transformation Matrix.

Definition

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

Property Value

Microsoft.DirectX.Matrix

This property is read/write. 

See Also

Show: