CSharpGL.Demos.Form03OrderDependentTransparency.Application_Idle C# (CSharp) Method

Application_Idle() private method

private Application_Idle ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void Application_Idle(object sender, EventArgs e)
        {
            this.Text = string.Format("{0} - FPS: {1}", this.GetType().Name, this.glCanvas1.FPS.ToShortString());
        }