IGH_AttributesBounds Property |
Gets the rectangle that contains the active content of the attributes.
Typically the Contents determine the active area for menus, tooltips etc.
Attributes are not supposed to draw objects beyond the Bounds.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax RectangleF Bounds { get; set; }
Property Bounds As RectangleF
Get
Set
Property Value
Type:
RectangleF[Missing <value> documentation for "P:Grasshopper.Kernel.IGH_Attributes.Bounds"]
See Also