GH_ComponentAttributes.LayoutInputParams Method

GH_ComponentAttributesLayoutInputParams Method

Namespace:  Grasshopper.Kernel.Attributes
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static void LayoutInputParams(
	IGH_Component owner,
	RectangleF componentBox
)
Public Shared Sub LayoutInputParams ( 
	owner As IGH_Component,
	componentBox As RectangleF
)

Parameters

owner
Type: Grasshopper.KernelIGH_Component
componentBox
Type: System.DrawingRectangleF
See Also