Device.GetRenderStateBoolean(RenderStates) Method (Microsoft.DirectX.Direct3D)
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.
Show: