Microsoft DirectX 9.0 SDK Update (October 2004)

AdapterInformation.SupportedDisplayModes Property

Language:

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

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

Definition

Visual Basic .NET Public ReadOnly Property SupportedDisplayModes As DisplayModeCollection
C# public DisplayModeCollection SupportedDisplayModes { get; }
Managed C++ public: __property DisplayModeCollection* get_SupportedDisplayModes();
JScript .NET 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. 

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

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center