Duality.Launcher.DualityLauncher.OnResize C# (CSharp) Méthode

OnResize() protected méthode

protected OnResize ( EventArgs e ) : void
e System.EventArgs
Résultat void
        protected override void OnResize(EventArgs e)
        {
            DualityApp.TargetResolution = new Vector2(ClientSize.Width, ClientSize.Height);
        }