Click or drag to resize

ViewInfoSetWindowPosition Method

Sets the position of the view window in the frame window, expressed as fractions (0 to 1) of the frame window size. The Maximized state is preserved.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public void SetWindowPosition(
	double left,
	double right,
	double top,
	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