Font.OnLostDevice() Method (Microsoft.DirectX.Direct3D)
-
Article
-
- 2 minutes to read
Releases all references to video memory resources and deletes all state blocks.
Definition
| Visual Basic |
Public Sub OnLostDevice() |
| C# |
public void OnLostDevice(); |
| C++ |
public:
void OnLostDevice(); |
| JScript |
public function OnLostDevice(); |