Microsoft DirectX 9.0 SDK Update (October 2004)

PresentParameters.FullScreenRefreshRateInHz Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves or sets the rate at which the display adapter refreshes the screen.

Definition

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);

Property Value

System.Int32 . Refresh rate in hertz.

This property is read/write. 

Remarks

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.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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