MissionPlanner.MainV2.MainV2_Resize C# (CSharp) Méthode

MainV2_Resize() private méthode

private MainV2_Resize ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void
        private void MainV2_Resize(object sender, EventArgs e)
        {
            // mono - resize is called before the control is created
            if (MyView != null)
                log.Info("myview width " + MyView.Width + " height " + MyView.Height);

            log.Info("this   width " + this.Width + " height " + this.Height);
        }