ViewportInfo Constructor (RhinoViewport) |
Copies all of the ViewportInfo data from an existing RhinoViewport.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic ViewportInfo(
RhinoViewport rhinoViewport
)
Public Sub New (
rhinoViewport As RhinoViewport
)
Parameters
- rhinoViewport
- Type: Rhino.DisplayRhinoViewport
A viewport to copy.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also