Microsoft DirectX 9.0 SDK Update (October 2004)

Framework.DeviceSettings Property

Language:

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

Retrieves the DeviceSettings object that contains the device settings for the current Device object used by the framework.

Definition

Visual Basic .NET Public ReadOnly Property DeviceSettings As DeviceSettings
C# public DeviceSettings DeviceSettings { get; }
Managed C++ public: __property DeviceSettings* get_DeviceSettings();
JScript .NET public function get DeviceSettings() : DeviceSettings

Property Value

Microsoft.Samples.DirectX.UtilityToolkit.DeviceSettings . The DeviceSettings object that contains the device settings for the current Device object used by the framework.

This property is read-only. 

Remarks

If there is no current Device object used by the framework, the DeviceSettings object will contain blank settings.


© 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