Widget::SetWidgetSize
Defined in:
Sets the widget width and height.
C4Widgets.h
Prototype
virtual void SetWidgetSize(const Vector2D& size);
Parameters
size |
The new widget size, in pixels. |
Description
The SetWidgetSize
function sets the size of a widget. The x and y components of the size
parameter specify the width and height of the widget in pixels.
See Also