![]() |
![]() |
![]() |
PresentParameters.FullScreenRefreshRateInHz Property |
Language: |
Retrieves or sets the rate at which the display adapter refreshes the screen.
Visual Basic .NET Public Property FullScreenRefreshRateInHz As Integer C# public int FullScreenRefreshRateInHz { get; set; } Managed C++ public: __property int get_FullScreenRefreshRateInHz();
public: __property void set_FullScreenRefreshRateInHz(int);JScript .NET public function get FullScreenRefreshRateInHz() : int
public function set FullScreenRefreshRateInHz(int);
System.Int32 . Refresh rate in hertz.
This property is read/write.
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.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center