c# 双缓冲 技术

this.DoubleBuffered = true; 
this.SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.ResizeRedraw|ControlStyles.AllPaintingInWmPaint, true);

相关页面:http://www.cnblogs.com/pdfw/archive/2008/03/03/1089108.html


你可能感兴趣的:(C#,双缓冲)