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