PanelController::GetInternalPanelSize
Defined in:
Returns the internal panel size.
C4Panels.h
Prototype
const Vector2D& GetInternalPanelSize(void) const;
Description
The GetInternalPanelSize
function returns the internal panel size. The x and y coordinates of the returned vector are the width and height of the panel's display area, in pixels.
See Also