Device.NumberOfSwapChains Property |
Language: |
Retrieves the number of implicit swap chains.
Visual Basic Public ReadOnly Property NumberOfSwapChains As Integer C# public int NumberOfSwapChains { get; } C++ public:
property int NumberOfSwapChains {
int get();
}JScript public function get NumberOfSwapChains() : int
System.Int32
This property is read-only.
Number of implicit swap chains.
Implicit swap chains are created by the device during a call to the Device constructor.
An application can create additional swap chains using the SwapChain class.
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