IWindow.Move Method

IWindowMove Method

[Missing <summary> documentation for "M:Rhino.UI.Controls.IWindow.Move(System.Drawing.Rectangle,System.Boolean,System.Boolean)"]

Namespace:  Rhino.UI.Controls
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
void Move(
	Rectangle pos,
	bool bRepaint,
	bool bRepaintBorder
)
Sub Move ( 
	pos As Rectangle,
	bRepaint As Boolean,
	bRepaintBorder As Boolean
)

Parameters

pos
Type: System.DrawingRectangle

[Missing <param name="pos"/> documentation for "M:Rhino.UI.Controls.IWindow.Move(System.Drawing.Rectangle,System.Boolean,System.Boolean)"]

bRepaint
Type: SystemBoolean

[Missing <param name="bRepaint"/> documentation for "M:Rhino.UI.Controls.IWindow.Move(System.Drawing.Rectangle,System.Boolean,System.Boolean)"]

bRepaintBorder
Type: SystemBoolean

[Missing <param name="bRepaintBorder"/> documentation for "M:Rhino.UI.Controls.IWindow.Move(System.Drawing.Rectangle,System.Boolean,System.Boolean)"]

Version Information

Rhino for Windows

Supported in: 6.8
See Also