wxBufferedPaintDC.3erl

Langue: en

Autres versions - même langue

Version: 356963 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

wxBufferedPaintDC - See external documentation: wxBufferedPaintDC.

DESCRIPTION

See external documentation: wxBufferedPaintDC.

This class is derived (and can use functions) from: .br wxBufferedDC .br wxMemoryDC .br wxDC

DATA TYPES



 
wxBufferedPaintDC()
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(Window::wxWindow() (see module wxWindow)) -> wxBufferedPaintDC()


Equivalent to new(Window, []).

new(Window::wxWindow() (see module wxWindow), X::term()) -> wxBufferedPaintDC()


See external documentation. .br Alternatives:
new(Window::wxWindow:wxWindow(), Buffer::wxBitmap:wxBitmap()) -> new(Window,Buffer, [])
new(Window::wxWindow:wxWindow(), [Option]) -> wxBufferedPaintDC() .br Option = {style, integer()}

new(Window::wxWindow() (see module wxWindow), Buffer::wxBitmap() (see module wxBitmap), Options::[Option]) -> wxBufferedPaintDC()

Types
Option = {style, integer()}

See external documentation.

destroy(This::wxBufferedPaintDC()) -> ok


Destroys this object, do not use object again

AUTHORS

<>