|
GH_Attr_WidgetBounds Property
|
Widget's local space bounds.
Namespace:
Karamba.GHopper.Utilities.UIWidgets
Assembly:
Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntaxpublic RectangleF Bounds { get; }
Public ReadOnly Property Bounds As RectangleF
Get
public:
property RectangleF Bounds {
RectangleF get ();
}
member Bounds : RectangleF with get
Property Value
Type:
RectangleFThe bounds.
See Also