Microsoft DirectX 9.0 SDK Update (October 2004)

PresentParameters.PresentationInterval Property

Language:

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

Retrieves or sets the maximum rate at which the swap chain's back buffers can be presented.

Definition

Visual Basic .NET Public Property PresentationInterval As PresentInterval
C# public PresentInterval PresentationInterval { get; set; }
Managed C++ public: __property PresentInterval get_PresentationInterval();
public: __property void set_PresentationInterval(PresentInterval);
JScript .NET public function get PresentationInterval() : PresentInterval
public function set PresentationInterval(PresentInterval);

Property Value

Microsoft.DirectX.Direct3D.PresentInterval . Maximum rate at which the swap chain's back buffers can be presented.

This property is read/write. 

Remarks

For a windowed swap chain, this value must be PresentInterval.Default (0). For a full-screen swap chain, it can be PresentInterval.Default or the value that corresponds exactly to one of the flags enumerated in Present.


© 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