new(Window) -> wxBufferedPaintDC()
Types
Window = wxWindow:wxWindow()
Equivalent to new(Window, []).
See external documentation: wxBufferedPaintDC.
This class is derived (and can use functions) from:
wxBufferedDC
wxMemoryDC
wxDC
Equivalent to new(Window, []).
See external documentation.
Also:
new(Window, [Option]) -> wxBufferedPaintDC() when
Window::wxWindow:wxWindow(),
Option :: {'style', integer()}.