|
GH_Attr_WidgetUpdateBounds Method
|
Update widget bounds.
Namespace:
Karamba.GHopper.Utilities.UIWidgets
Assembly:
Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
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