Click or drag to resize

ViewInfoGetWindowPosition Method

Gets the position of the view window in the frame window, expressed as fractions (0 to 1) of the frame window size.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public void GetWindowPosition(
	out double left,
	out double right,
	out double top,
	out double bottom
)

Parameters

left
Type: SystemDouble
Left edge fraction.
right
Type: SystemDouble
Right edge fraction.
top
Type: SystemDouble
Top edge fraction.
bottom
Type: SystemDouble
Bottom edge fraction.
See Also