Click or drag to resize

GH_SwitcherComponentAttributesLayoutInputParams2 Method

Layout input parameters.

Namespace:  Karamba.GHopper.Utilities.UIWidgets
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
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