ViewportInfo Constructor (RhinoViewport)

ViewportInfo Constructor (RhinoViewport)

Copies all of the ViewportInfo data from an existing RhinoViewport.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public ViewportInfo(
	RhinoViewport rhinoViewport
)
Public Sub New ( 
	rhinoViewport As RhinoViewport
)

Parameters

rhinoViewport
Type: Rhino.DisplayRhinoViewport
A viewport to copy.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also