Click to Rate and Give Feedback
MSDN
MSDN Library
DirectX SDK
Namespaces
Classes
AdapterInformation
Properties
 AdapterInformation.SupportedDisplay...

  Switch on low bandwidth view
Language: Visual BasicC#C++JScript(Show All)
AdapterInformation.SupportedDisplayModes Property (Microsoft.DirectX.Direct3D)

Returns a collection of supported display modes for the current adapter.

Definition

Visual Basic Public ReadOnly Property SupportedDisplayModes As DisplayModeCollection
C# public DisplayModeCollection SupportedDisplayModes { get; }
C++ public:
property DisplayModeCollection^ SupportedDisplayModes {
        DisplayModeCollection^ get();
}
JScript public function get SupportedDisplayModes() : DisplayModeCollection

Property Value

Microsoft.DirectX.Direct3D.DisplayModeCollection
A DisplayModeCollection class containing DisplayMode structures that represent the supported display modes for the adapter.

This property is read-only. 
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker