C4 Engine
C4 Engine API Documentation

PanelController::SetInternalPanelSize

Defined in:  C4Panels.h
Sets the internal panel size.
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

PanelController::GetInternalPanelSize