Download DrawAnimatedImage.zip, last updated 28/10/2017 (567.26 KB)

Download
  • md5: 4a018e6a7814473a37471c9302ac242e
  • sha1: 9c32f16ee743d4338f2e61836b88f8efc3568514
  • sha256: aca4e0a6d1aa4ed63fadecbc6e60039f7249f89abf73555c011ac34c41535da7
using System.Windows.Forms;

namespace Cyotek.Demo.DrawAnimatedImage
{
  internal class BufferedPanel : Panel
  {
    #region Constructors

    public BufferedPanel()
    {
      this.SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint | ControlStyles.ResizeRedraw, true);
    }

    #endregion
  }
}

Donate

Donate