RenderPipelineRender Method |
Call this function to render the scene normally. The function returns when rendering is complete (or cancelled).
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public RenderPipelineRenderReturnCode Render()
Public Function Render As RenderPipelineRenderReturnCode
Return Value
Type:
RenderPipelineRenderReturnCodeA code that explains how rendering completed.
See Also