RhinoViewMainViewport Property |
A RhinoView contains a "main viewport" that fills the entire view client window.
RhinoPageViews may also contain nested child RhinoViewports for implementing
detail viewports.
The MainViewport will always return this RhinoView's m_vp.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public RhinoViewport MainViewport { get; }
Public ReadOnly Property MainViewport As RhinoViewport
Get
Property Value
Type:
RhinoViewportSee Also