|
GH_Attr_WidgetUpdateBounds Method
|
Update widget bounds.
Namespace:
Karamba.GHopper.Utilities.UIWidgets
Assembly:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntaxpublic void UpdateBounds(
PointF transform,
float width
)
Public Sub UpdateBounds (
transform As PointF,
width As Single
)
public:
void UpdateBounds(
PointF transform,
float width
)
member UpdateBounds :
transform : PointF *
width : float32 -> unit
Parameters
- transform
- Type: System.DrawingPointF
Transformation of widget. - width
- Type: SystemSingle
Width of widget.
See Also