DX9ToolsR4 - Created by: X

GUITextured.Texture Property

Gets or Sets the texture for a particular texture stage.

[Visual Basic]
NotOverridable Overloads Public Default Property Texture( _
   ByVal Stage As Integer _
) Implements _
   IGUITextured.Texture As Texture Implements _
   IGUITextured.Texture
[C#]
public Microsoft.DirectX.Direct3D.Texture this[
   int Stage
] {get; set;}

Parameters

Stage
The index of the texture state.

Implements

IGUITextured.Texture

See Also

GUITextured Class | CBX.Libs.DX9ToolsR4.GUI Namespace | GUITextured.Texture Overload List