GH_ComponentAttributesLayoutBounds Method |
Namespace:
Grasshopper.Kernel.Attributes
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic static RectangleF LayoutBounds(
IGH_Component owner,
RectangleF bounds
)
Public Shared Function LayoutBounds (
owner As IGH_Component,
bounds As RectangleF
) As RectangleF
Parameters
- owner
- Type: Grasshopper.KernelIGH_Component
- bounds
- Type: System.DrawingRectangleF
Return Value
Type:
RectangleF
See Also