Font.OnResetDevice() Method (Microsoft.DirectX.Direct3D)
Should be called after the device is reset and before any other methods are called, if Device.IsUsingEventHandlers is set to false.
Visual Basic Public Sub OnResetDevice() C# public void OnResetDevice(); C++ public:
void OnResetDevice();JScript public function OnResetDevice();
Because Device.IsUsingEventHandlers is set to true by default, it is unnecessary to call Font.OnResetDevice under normal circumstances. However, if at any point Device.IsUsingEventHandlers is set to false, Font.OnResetDevice should be called immediately after the device is reset.
Show: