Device.GetRenderStateInt32 Method |
Language: |
Retrieves the integer value of a given render state.
Visual Basic Public Function GetRenderStateInt32( _
ByVal state As RenderStates _
) As IntegerC# public int GetRenderStateInt32(
RenderStates state
);C++ public:
int GetRenderStateInt32(
RenderStates state
);JScript public function GetRenderStateInt32(
state : RenderStates
) : int;
state Microsoft.DirectX.Direct3D.RenderStates
A member from the RenderStates enumeration that represents the render state value to retreive.
System.Int32
The render state value retrieved.
Use this method to retrieve render states with integer values.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.