|
GH_Attr_WidgetTransform Property
|
Widget's transformation.
Is set by the parent of the widget. The widget itself should only
read from this field.
Namespace:
Karamba.GHopper.Utilities.UIWidgets
Assembly:
Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntaxpublic PointF Transform { get; set; }Public Property Transform As PointF
Get
Set
public:
property PointF Transform {
PointF get ();
void set (PointF value);
}member Transform : PointF with get, set
Property Value
Type:
PointF
See Also