Expand Minimize
This topic has not yet been rated - Rate this topic

Device.GetRenderStateInt32(RenderStates) Method (Microsoft.DirectX.Direct3D)

Retrieves the integer value of a given render state.

Definition

Visual BasicPublic Function GetRenderStateInt32( _
    ByVal state As RenderStates _
) As Integer
C#public int GetRenderStateInt32(
    RenderStates state
);
C++public:
int GetRenderStateInt32(
    RenderStates state
);
JScriptpublic function GetRenderStateInt32(
    state : RenderStates
) : int;

Parameters

state Microsoft.DirectX.Direct3D.RenderStates
A member from the RenderStates enumeration that represents the render state value to retreive.

Return Value

System.Int32
The render state value retrieved.

Remarks

Use this method to retrieve render states with integer values.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.