CanvasDeviceRaiseDeviceLost Method |
Namespace: Microsoft.Graphics.Canvas
public void RaiseDeviceLost()
This method should be called when your app has caught a device lost exception. See IsDeviceLost(Int32).
Calling this method will produce an error if there was no actual Direct3D device loss.
For more information, see Handling device lost.