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