Summary
Get render parameter.
Syntax
public bool GetRenderParameter(RenderParamIndices renderParameter, out int value)
Parameters
Name | Type | Description |
---|---|---|
renderParameter | RenderParamIndices | Parameter to query. See RenderParamIndices |
value | int | Pointer to the variable that receives the current value of the parameter. |
Return Value
Type | Description |
---|---|
bool | True on success, false on failure (invalid param or value is NULL). |