Framework.FPS Property

Language:

Retrieves the number of frames per second the application is currently running.

Definition

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

Property Value

System.Single
The number of frames per second the application is currently running.

This property is read-only. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center