Click or drag to resize

ViewportInfo Constructor (RhinoViewport)

Copies all of the ViewportInfo data from an existing RhinoViewport.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public ViewportInfo(
	RhinoViewport rhinoViewport
)

Parameters

rhinoViewport
Type: Rhino.DisplayRhinoViewport
A viewport to copy.
See Also