Framework.FrameStats Property

Language:

Retrieves a string containing the current number of frames per second, resolution, back buffer format, and depth stencil format.

Definition

Visual Basic Public ReadOnly Property FrameStats As String
C# public string FrameStats { get; }
C++ public:
property String^ FrameStats {
        String^ get();
}
JScript public function get FrameStats() : String

Property Value

System.String
A string containing the current number of frames per second, resolution, back buffer format, and depth stencil format.

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