Widget::SetWidgetPosition
Defined in:
Sets a widget's position.
C4Widgets.h
Prototype
void SetWidgetPosition(const Point2D& position);
Parameters
position |
The new position. |
Description
The SetWidgetPosition
function sets a widget's position without affecting the rest of the widget's transform.
See Also