Device.GetTextureStageStateBoolean Method

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves the Boolean value of a given texture stage state.

Definition

Visual Basic .NET Public Function GetTextureStageStateBoolean( _
    ByVal stage As Integer, _
    ByVal state As TextureStageStates _
) As Boolean
C# public bool GetTextureStageStateBoolean(
    int stage,
    TextureStageStates state
);
Managed C++ public: bool GetTextureStageStateBoolean(
    int stage,
    TextureStageStates state
);
JScript .NET public function GetTextureStageStateBoolean(
    stage : int,
    state : TextureStageStates
) : boolean;

Parameters

stage System.Int32. Index value of the texture stage to retrieve.
state Microsoft.DirectX.Direct3D.TextureStageStates. A member from the TextureStageStates enumeration that represents the texture stage state value to retreive.

Return Value

System.Boolean . The texture stage state value retrieved.

Remarks

Use this method to retrieve texture stage states with Boolean values.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.