RootPanel.CalcDestRect Method

GeonBit.UI

RootPanelCalcDestRect Method
Override the function to calculate the destination rectangle, so the root panel will always cover the entire screen.

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public override Rectangle CalcDestRect()

Return Value

Type: Rectangle
Rectangle in the size of the whole screen.
See Also