XnaGUILib.XGPanel.XGPanel C# (CSharp) Method

XGPanel() public method

public XGPanel ( Rectangle rectangle ) : System
rectangle Microsoft.Xna.Framework.Rectangle
return System
        public XGPanel(Rectangle rectangle)
            : base(rectangle, true)
        {
            Init();
        }

Same methods

XGPanel::XGPanel ( Rectangle rectangle, bool canFocus ) : System