C# 더블 버퍼링1 c# 더블버퍼링 드디어 몇개월동안 고민했던 c# 더블버퍼링 문제 해결! 더블버퍼링 하는 법은 진작부터 알고 있었는데, panel에도 적용시켜줘야 한다는걸 몰랐다. 우리나라 싸이트에는 역시 해답이 없는데 구글에서 c# panel doublebuffering이라고 쳐서 해결 다음은 쓴 소스 public class DoubleBufferPanel : Panel { public DoubleBufferPanel() { // Set the value of the double-buffering style bits to true. this.SetStyle(ControlStyles.DoubleBuffer | ControlStyles.UserPaint | ControlStyles.AllPaintingInWmPaint, true); thi.. 2010. 4. 5. 이전 1 다음