Transforms.Texture0 Property (Microsoft.DirectX.Direct3D)
Retrieves or sets the Texture0 transformation Matrix.
Definition
Visual Basic Public Property Texture0 As Matrix C# public Matrix Texture0 { get; set; } C++ public:
property Matrix Texture0 {
Matrix get();
void set(Matrix value);
}JScript public function get Texture0() : Matrix
public function set Texture0(Matrix);
Property Value
This property is read/write.
See Also