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