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
Syntaxpublic void SetWindowPosition(
double left,
double right,
double top,
double bottom
)
Public Sub SetWindowPosition (
left As Double,
right As Double,
top As Double,
bottom As Double
)
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