Device.CreationParameters Property |
Language: |
Retrieves the creation parameters of the device.
Visual Basic Public ReadOnly Property CreationParameters As DeviceCreationParameters C# public DeviceCreationParameters CreationParameters { get; } C++ public:
property DeviceCreationParameters CreationParameters {
DeviceCreationParameters get();
}JScript public function get CreationParameters() : DeviceCreationParameters
Microsoft.DirectX.Direct3D.DeviceCreationParameters
This property is read-only.
Returns a DeviceCreationParameters object that describes the device's creation parameters.
To retrieve the ordinal of the adapter represented by the device, query the DeviceCreationParameters.AdapterOrdinal member of the returned object.
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