|
GH_Attr_WidgetCanvasBounds Property
|
Widget's canvas space bounds.
Namespace:
Karamba.GHopper.Utilities.UIWidgets
Assembly:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntaxpublic RectangleF CanvasBounds { get; }
Public ReadOnly Property CanvasBounds As RectangleF
Get
public:
property RectangleF CanvasBounds {
RectangleF get ();
}
member CanvasBounds : RectangleF with get
Property Value
Type:
RectangleF
See Also