Device.GetRenderStateBoolean Method |
Language: |
Retrieves the Boolean value of a given render state.
Visual Basic .NET Public Function GetRenderStateBoolean( _
ByVal state As RenderStates _
) As BooleanC# public bool GetRenderStateBoolean(
RenderStates state
);Managed C++ public: bool GetRenderStateBoolean(
RenderStates state
);JScript .NET 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.
Feedback? Please provide us with your comments on this topic.