XnaGUILib.XGPanel.XGPanel C# (CSharp) Méthode

XGPanel() public méthode

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

Same methods

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