Files
docs-desktop/dotnet-desktop-guide/framework/winforms/advanced/using-double-buffering.md
T
Andy De George c0ba284473 Initial winforms content migrated (#18)
* Merge winforms framework content to working branch (#14)

* Breadcrumb / TOC / Move net5 to net folder (#15)

* change path from net5 to net

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Add .net 5 winforms placeholder article (#16)

* added some metadata and adjusted net5 placeholder

* corrections

* corrections

* corrections

* Test1

* Swapping landing page vs concept

* fix links

* Fix links

* Fix desc
2020-09-01 16:26:21 -07:00

1.6 KiB

title, ms.date, helpviewer_keywords, ms.assetid
title ms.date helpviewer_keywords ms.assetid
Using Double Buffering 03/30/2017
graphics [Windows Forms], double buffering
double buffering
flicker [Windows Forms], reducing in Windows Forms
buffering [Windows Forms], double buffering
dc484e33-7101-4e4b-ada5-d3c96155fbcd

Using Double Buffering

You can use double-buffered graphics to reduce flicker in your applications that contain complex painting operations. The .NET Framework contains built-in support for double-buffering or you can manage and render graphics manually.

In This Section

Double Buffered Graphics
Introduces double buffering concept and outlines .NET Framework support.

How to: Reduce Graphics Flicker with Double Buffering for Forms and Controls
Demonstrates how to use the default double buffering support in the .NET Framework.

How to: Manually Manage Buffered Graphics
Shows how to manage double buffering in applications.

How to: Manually Render Buffered Graphics
Demonstrates how to render double-buffered graphics.

Reference

xref:System.Windows.Forms.Control.SetStyle%2A Control method that enables double buffering.

xref:System.Drawing.BufferedGraphicsContext Provides methods for creating graphics buffers.

xref:System.Drawing.BufferedGraphicsManager
Provides access to the buffered graphics context for a application domain.