Property DoubleBufferedGdiPaint
- Namespace
- PaintDotNet.Gdi
- Assembly
- PaintDotNet.Windows.Framework.dll
DoubleBufferedGdiPaint
Gets or sets whether painting in OnGdiPaint(IGdiPaintContext) is double-buffered.
Double-buffering is implemented using the BeginBufferedPaint()
and EndBufferedPaint() APIs.
NOTE: DoubleBuffered has no effect for this class.
The default value is false.
protected bool DoubleBufferedGdiPaint { get; set; }