标签:controls 设置 styles 缓冲 red 隐藏 证明 双缓冲 this
this.DoubleBuffered = true;//设置本窗体
SetStyle(ControlStyles.UserPaint, true);
SetStyle(ControlStyles.AllPaintingInWmPaint, true); // 禁止擦除背景.
SetStyle(ControlStyles.DoubleBuffer, true); // 双缓冲
标签:controls 设置 styles 缓冲 red 隐藏 证明 双缓冲 this
原文地址:https://www.cnblogs.com/swtool/p/11966237.html