ViewportInfoZoomToScreenRect Method (Int32, Int32, Int32, Int32) |
View changing from screen input points. Handy for using a mouse to manipulate a view. ZoomToScreenRect() may change camera and frustum settings.
Namespace: Rhino.DocObjects
public bool ZoomToScreenRect( int left, int top, int right, int bottom )
Public Function ZoomToScreenRect ( left As Integer, top As Integer, right As Integer, bottom As Integer ) As Boolean