GH_ComponentAttributes.LayoutOutputParams Method

GH_ComponentAttributesLayoutOutputParams Method

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

Parameters

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