PresentParameters.FullScreenRefreshRateInHz Property |
Language: |
Retrieves or sets the rate at which the display adapter refreshes the screen.
Visual Basic Public Property FullScreenRefreshRateInHz As Integer C# public int FullScreenRefreshRateInHz { get; set; } C++ public:
property int FullScreenRefreshRateInHz {
int get();
void set(int value);
}JScript public function get FullScreenRefreshRateInHz() : int
public function set FullScreenRefreshRateInHz(int);
System.Int32
This property is read/write.
Refresh rate in hertz.
The value depends on the mode in which the application is running. For windowed mode, the refresh rate must be 0. For full-screen mode, the refresh rate is one of those found through DisplayModeCollection.
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