Device.GetRenderStateSingle Method |
Language: |
Retrieves the floating-point value of a given render state.
Visual Basic .NET Public Function GetRenderStateSingle( _
ByVal state As RenderStates _
) As SingleC# public float GetRenderStateSingle(
RenderStates state
);Managed C++ public: float GetRenderStateSingle(
RenderStates state
);JScript .NET public function GetRenderStateSingle(
state : RenderStates
) : float;
state Microsoft.DirectX.Direct3D.RenderStates. A member from the RenderStates enumeration that represents the render state value to retreive.
System.Single . The render state value retrieved.
Use this method to retrieve render states with floating-point values.
Feedback? Please provide us with your comments on this topic.