wxBufferedDC
MODULE
MODULE SUMMARY
DESCRIPTION
See external documentation: wxBufferedDC.
This class is derived (and can use functions) from:
wxMemoryDC
wxDC
DATA TYPES
EXPORTS
Types:
Equivalent to new(Dc, []).
new(Dc, Area) -> wxBufferedDC()
Types:
See external documentation.
Also:
new(Dc, [Option]) -> wxBufferedDC() when
Dc::wxDC:wxDC(),
Option :: {'buffer', wxBitmap:wxBitmap()}
| {'style', integer()}.
new(Dc, Area, Options::[Option]) -> wxBufferedDC()
Types:
Types:
Equivalent to init(This, Dc, []).
Types:
See external documentation.
Also:
init(This, Dc, [Option]) -> 'ok' when
This::wxBufferedDC(), Dc::wxDC:wxDC(),
Option :: {'buffer', wxBitmap:wxBitmap()}
| {'style', integer()}.
init(This, Dc, Area, Options::[Option]) -> ok
Types: