RenderPipelineRenderWindow Method |
Call this function to render the scene in a view window. The function returns when rendering is complete (or cancelled).
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public RenderPipelineRenderReturnCode RenderWindow(
RhinoView view,
Rectangle rect,
bool inWindow
)
Public Function RenderWindow (
view As RhinoView,
rect As Rectangle,
inWindow As Boolean
) As RenderPipelineRenderReturnCode
Parameters
- view
- Type: Rhino.DisplayRhinoView
the view that the user selected a rectangle in. - rect
- Type: System.DrawingRectangle
rectangle that the user selected. - inWindow
- Type: SystemBoolean
true to render directly into the view window.
Return Value
Type:
RenderPipelineRenderReturnCodeA code that explains how rendering completed.
See Also