SwapChain.PresentParameters Property |
Language: |
Retrieves the presentation parameters associated with a swap chain.
Visual Basic .NET Public ReadOnly Property PresentParameters As PresentParameters C# public PresentParameters PresentParameters { get; } Managed C++ public: __property PresentParameters* get_PresentParameters(); JScript .NET public function get PresentParameters() : PresentParameters
Microsoft.DirectX.Direct3D.PresentParameters . Presentation parameters. For more information, see PresentParameters.
This property is read-only.
This method can be used to view the presentation parameters of the parent swap chain of a surface (a back buffer, for instance). The parent swap chain can be retrieved with Surface.GetContainer.
Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value.
Feedback? Please provide us with your comments on this topic.