Framework.CreateDeviceFromSettings Method ()

Tells the framework to change to a device created from settings described in a DeviceSettings object.

Overload List

public void CreateDeviceFromSettings(DeviceSettings);
public void CreateDeviceFromSettings(DeviceSettings, bool);

Remarks

If CreateWindow or SetWindow has not already been called, this method will call CreateWindow with default parameters. Instead of calling this, you can call SetDevice or CreateDevice.