wxbuffereddc(3) - Linux man page
Name
wxBufferedDC - See external documentation: wxBufferedDC.Description
See external documentation: wxBufferedDC.
This class is derived (and can use functions) from:
wxMemoryDC
wxDC
Data Types
- wxBufferedDC():
An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.
Exports
new() -> wxBufferedDC()
See external documentation.
new(Dc::wxDC() (see module wxDC)) -> wxBufferedDC()
Equivalent to new(Dc, []).
new(Dc::wxDC() (see module wxDC), X::term()) -> wxBufferedDC()
See external documentation.
Alternatives:new(Dc::wxDC:wxDC(), Area::{W::integer(),H::integer()}) -> new(Dc,Area, [])
new(Dc::wxDC:wxDC(), [Option]) -> wxBufferedDC()
Option = {buffer, wxBitmap:wxBitmap()} | {style, integer()}
new(Dc::wxDC() (see module wxDC), Area::{W::integer(), H::integer()}, Options::[Option]) -> wxBufferedDC()
- Types:
Option = {style, integer()}
See external documentation.
init(This::wxBufferedDC(), Dc::wxDC() (see module wxDC)) -> ok
Equivalent to init(This, Dc, []).
init(This::wxBufferedDC(), Dc::wxDC() (see module wxDC), X::term()) -> ok
See external documentation.
Alternatives:init(This::wxBufferedDC(), Dc::wxDC:wxDC(), Area::{W::integer(),H::integer()}) -> init(This,Dc,Area, [])
init(This::wxBufferedDC(), Dc::wxDC:wxDC(), [Option]) -> ok
Option = {buffer, wxBitmap:wxBitmap()} | {style, integer()}
init(This::wxBufferedDC(), Dc::wxDC() (see module wxDC), Area::{W::integer(), H::integer()}, Options::[Option]) -> ok
- Types:
Option = {style, integer()}
See external documentation.
destroy(This::wxBufferedDC()) -> ok
Destroys this object, do not use object again
Authors
<>