RhinoCommon API
ViewportInfoZoomToScreenRect Method (Int32, Int32, Int32, Int32) |
Zooms to a screen zone.
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
Assembly: RhinoCommon (in RhinoCommon.dll)
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
Parameters
- left
- Type: SystemInt32
Screen coord. - top
- Type: SystemInt32
Screen coord. - right
- Type: SystemInt32
Screen coord. - bottom
- Type: SystemInt32
Screen coord.
Return Value
Type: Booleantrue if the operation succeeded; otherwise, false.