ViewportInfo.ZoomToScreenRect Method (Int32, Int32, Int32, Int32)

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)
Since: 5.0
Syntax
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 coordinate.
top
Type: SystemInt32
Screen coordinate.
right
Type: SystemInt32
Screen coordinate.
bottom
Type: SystemInt32
Screen coordinate.

Return Value

Type: Boolean
true if the operation succeeded; otherwise, false.
See Also