ViewportInfo Constructor (ViewportInfo) |
Initializes a new instance by copying values from another instance.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic ViewportInfo(
ViewportInfo other
)
Public Sub New (
other As ViewportInfo
)
Parameters
- other
- Type: Rhino.DocObjectsViewportInfo
The other viewport info.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also