Beispiel #1
0
        //   FluidPaintEventArgs paintEventArgs = new FluidPaintEventArgs();

        /// <summary>
        /// Paints the invalid region of the image buffer.
        /// </summary>
        /// <param name="pe"></param>
        private void PaintDoubleBuffer()
        {
            EnsureDoubleBuffer();
            doubleBuffer.EnsureDBuffer(Width, Height + DBufferSpace);
            doubleBuffer.PaintBuffer(PaintContent, ScaleFactor);
        }