SwapChain.PresentParameters Property |
Language: |
Retrieves the presentation parameters associated with a swap chain.
Visual Basic Public ReadOnly Property PresentParameters As PresentParameters C# public PresentParameters PresentParameters { get; } C++ public:
property PresentParameters^ PresentParameters {
PresentParameters^ get();
}JScript public function get PresentParameters() : PresentParameters
Microsoft.DirectX.Direct3D.PresentParameters
This property is read-only.
Presentation parameters. For more information, see PresentParameters.
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.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.