* 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
1.6 KiB
title, ms.date, helpviewer_keywords, ms.assetid
| title | ms.date | helpviewer_keywords | ms.assetid | ||||
|---|---|---|---|---|---|---|---|
| Using Double Buffering | 03/30/2017 |
|
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.