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