PanelController::GetInternalPanelSize
Defined in: C4Panels.h
Returns the internal panel size.
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
PanelController::SetInternalPanelSize
|