←Select platform

Suspend Method

Summary

Temporarily releases the Direct2D and Direct3D graphics memory.

Syntax

C#
VB
WinRT C#
C++
public static void Suspend() 
Public Shared Sub Suspend()  
public static void Suspend() 
 function Leadtools.Converters.RasterImageRenderer.Suspend() 
public: 
static void Suspend();  

Remarks

Apps that render with Direct2D and/or Direct3D must call Suspend in response to Application.Suspending. The Direct3D runtime and the graphics driver will discard internal memory buffers allocated for the app, reducing its memory footprint.

In response to Application.Resuming, the apps must call Resume.

For more information, refer to IDXGIDevice3::Trim.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Converters Assembly