|
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:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
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