ViewInfo.Viewport Property

ViewInfoViewport Property

Gets the viewport, or viewing frustum, associated with this view.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public ViewportInfo Viewport { get; }
Public ReadOnly Property Viewport As ViewportInfo
	Get

Property Value

Type: ViewportInfo
See Also