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