RenderPlugIn.RenderWindow Method (RhinoDoc, RunMode, Boolean, RhinoView, Rectangle, Boolean)

RenderPlugInRenderWindow Method (RhinoDoc, RunMode, Boolean, RhinoView, Rectangle, Boolean)

This function is obsolete and only exists for legacy purposes. Do not override this function - prefer overriding the version with the blowup parameter.

Namespace:  Rhino.PlugIns
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected abstract Result RenderWindow(
	RhinoDoc doc,
	RunMode modes,
	bool fastPreview,
	RhinoView view,
	Rectangle rect,
	bool inWindow
)
Protected MustOverride Function RenderWindow ( 
	doc As RhinoDoc,
	modes As RunMode,
	fastPreview As Boolean,
	view As RhinoView,
	rect As Rectangle,
	inWindow As Boolean
) As Result

Parameters

doc
Type: RhinoRhinoDoc

[Missing <param name="doc"/> documentation for "M:Rhino.PlugIns.RenderPlugIn.RenderWindow(Rhino.RhinoDoc,Rhino.Commands.RunMode,System.Boolean,Rhino.Display.RhinoView,System.Drawing.Rectangle,System.Boolean)"]

modes
Type: Rhino.CommandsRunMode

[Missing <param name="modes"/> documentation for "M:Rhino.PlugIns.RenderPlugIn.RenderWindow(Rhino.RhinoDoc,Rhino.Commands.RunMode,System.Boolean,Rhino.Display.RhinoView,System.Drawing.Rectangle,System.Boolean)"]

fastPreview
Type: SystemBoolean

[Missing <param name="fastPreview"/> documentation for "M:Rhino.PlugIns.RenderPlugIn.RenderWindow(Rhino.RhinoDoc,Rhino.Commands.RunMode,System.Boolean,Rhino.Display.RhinoView,System.Drawing.Rectangle,System.Boolean)"]

view
Type: Rhino.DisplayRhinoView

[Missing <param name="view"/> documentation for "M:Rhino.PlugIns.RenderPlugIn.RenderWindow(Rhino.RhinoDoc,Rhino.Commands.RunMode,System.Boolean,Rhino.Display.RhinoView,System.Drawing.Rectangle,System.Boolean)"]

rect
Type: System.DrawingRectangle

[Missing <param name="rect"/> documentation for "M:Rhino.PlugIns.RenderPlugIn.RenderWindow(Rhino.RhinoDoc,Rhino.Commands.RunMode,System.Boolean,Rhino.Display.RhinoView,System.Drawing.Rectangle,System.Boolean)"]

inWindow
Type: SystemBoolean

[Missing <param name="inWindow"/> documentation for "M:Rhino.PlugIns.RenderPlugIn.RenderWindow(Rhino.RhinoDoc,Rhino.Commands.RunMode,System.Boolean,Rhino.Display.RhinoView,System.Drawing.Rectangle,System.Boolean)"]

Return Value

Type: Result

[Missing <returns> documentation for "M:Rhino.PlugIns.RenderPlugIn.RenderWindow(Rhino.RhinoDoc,Rhino.Commands.RunMode,System.Boolean,Rhino.Display.RhinoView,System.Drawing.Rectangle,System.Boolean)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also