Device.CreationParameters Property (Microsoft.DirectX.Direct3D)
Retrieves the creation parameters of the device.
Definition
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
Property Value
Microsoft.DirectX.Direct3D.DeviceCreationParameters
Returns a DeviceCreationParameters object that describes the device's creation parameters.This property is read-only.
Remarks
To retrieve the ordinal of the adapter represented by the device, query the DeviceCreationParameters.AdapterOrdinal member of the returned object.