Framework.CreateDeviceFromSettings Method ()
Tells the framework to change to a device created from settings described in a DeviceSettings object.
public void CreateDeviceFromSettings(DeviceSettings); public void CreateDeviceFromSettings(DeviceSettings, bool);
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.
Show: