![]() |
![]() |
![]() |
PresentParameters.PresentationInterval Property |
Language: |
Retrieves or sets the maximum rate at which the swap chain's back buffers can be presented.
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);
Microsoft.DirectX.Direct3D.PresentInterval . Maximum rate at which the swap chain's back buffers can be presented.
This property is read/write.
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.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center