Framework.FPS Property (FPS)
Retrieves the number of frames per second the application is currently running.
Visual Basic Public ReadOnly Property FPS As Single C# public float FPS { get; } C++ public:
property float FPS {
float get();
}JScript public function get FPS() : float
System.Single
This property is read-only.
The number of frames per second the application is currently running.
Show: