PresentParameters.PresentationInterval Property |
Language: |
Retrieves or sets the maximum rate at which the swap chain's back buffers can be presented.
Visual Basic Public Property PresentationInterval As PresentInterval C# public PresentInterval PresentationInterval { get; set; } C++ public:
property PresentInterval PresentationInterval {
PresentInterval get();
void set(PresentInterval value);
}JScript public function get PresentationInterval() : PresentInterval
public function set PresentationInterval(PresentInterval);
Microsoft.DirectX.Direct3D.PresentInterval
This property is read/write.
Maximum rate at which the swap chain's back buffers can be presented.
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.
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