Click or drag to resize

UserInterfaceControl Constructor

Initializes a new instance of the UserInterfaceControl class

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
protected UserInterfaceControl(
	Point location,
	Size size
)

Parameters

location
Type: System.DrawingPoint

[Missing <param name="location"/> documentation for "M:Rhino.UI.UserInterfaceControl.#ctor(System.Drawing.Point,System.Drawing.Size)"]

size
Type: System.DrawingSize

[Missing <param name="size"/> documentation for "M:Rhino.UI.UserInterfaceControl.#ctor(System.Drawing.Point,System.Drawing.Size)"]

See Also