2008-06-14 Everaldo Canuto <ecanuto@novell.com>
[mono.git] / mcs / class / Managed.Windows.Forms / Design
index d0f87b42fb3a24e62bc158b6b9687d70e87e9da6..c9fa450d553d2d0c85bf5a67f5e4d02bd0e470ed 100644 (file)
@@ -55,16 +55,6 @@ respectively for Linux/Mac and Windows platforms. Support for any new platform
 can be added simply by implementing XplatUIDriver for the new platform.
 
 
-2a. Double Buffering:
-=====================
-
-For drawing controls double buffering used, so that a better performance
-can be achieved. Every controls maintains a bitmap image of itself. This
-image is used for painting the screen when a paint event is raised. When
-a control property changes the look of the control, it redraws the bitmap
-image. [Please see the guidelines document]
-
-
 2b. Themes:
 ===========