Click or drag to resize

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
)

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