Click or drag to resize

GH_SwitcherComponentAttributesLayoutInputParams2 Method

Layout input parameters.

Namespace:  Karamba.GHopper.Utilities.UIWidgets
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public void LayoutInputParams2(
	IGH_Component owner,
	RectangleF componentBox,
	int add_offset
)

Parameters

owner
Type: IGH_Component

[Missing <param name="owner"/> documentation for "M:Karamba.GHopper.Utilities.UIWidgets.GH_SwitcherComponentAttributes.LayoutInputParams2(Grasshopper.Kernel.IGH_Component,System.Drawing.RectangleF,System.Int32)"]

componentBox
Type: System.DrawingRectangleF

[Missing <param name="componentBox"/> documentation for "M:Karamba.GHopper.Utilities.UIWidgets.GH_SwitcherComponentAttributes.LayoutInputParams2(Grasshopper.Kernel.IGH_Component,System.Drawing.RectangleF,System.Int32)"]

add_offset
Type: SystemInt32

[Missing <param name="add_offset"/> documentation for "M:Karamba.GHopper.Utilities.UIWidgets.GH_SwitcherComponentAttributes.LayoutInputParams2(Grasshopper.Kernel.IGH_Component,System.Drawing.RectangleF,System.Int32)"]

See Also