CSharpGL.Demos.Form03OrderDependentTransparency.Application_Idle C# (CSharp) 메소드

Application_Idle() 개인적인 메소드

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