PanelController::SetInternalPanelSize
Defined in:
Sets the internal panel size.
C4Panels.h
Prototype
void SetInternalPanelSize(const Vector2D& size);
Parameters
size |
The new interface size. |
Description
The SetInternalPanelSize
function sets the internal panel size. The x and y coordinates of the size
parameter specify the width and height of the panel's display area, in pixels.
See Also