Show / Hide Table of Contents

Constructor BufferedPaint.BufferedPaint


Overload

Gets non-buffered DC with API BeginPaint or GetDC. Then gets buffered DC with API BeginBufferedPaint for entire client area or rectangle r.

public BufferedPaint(wnd w, bool wmPaint, RECT? r = null)
Parameters
w  (wnd)
wmPaint  (bool)

Use API BeginPaint/EndPaint. If false, uses GetDC/ReleaseDC.

r  (RECT?)

Part of client area.