SwapChain.PresentParameters Property

Language:

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

Retrieves the presentation parameters associated with a swap chain.

Definition

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

Property Value

Microsoft.DirectX.Direct3D.PresentParameters . Presentation parameters. For more information, see PresentParameters.

This property is read-only. 

Remarks

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.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.