Exemplo n.º 1
0
 protected override void OnPaint(PaintEventArgs e)
 {
     _buffer.FlushTo(e.Graphics);
     base.OnPaint(e);
 }