Click or drag to resize

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
)

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: RenderPipelineRenderReturnCode
A code that explains how rendering completed.
See Also