wxDCOverlay(3) See external documentation: wxDCOverlay.

DESCRIPTION

See external documentation: wxDCOverlay.

DATA TYPES

wxDCOverlay():

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(Overlay, Dc) -> wxDCOverlay()

Types:

Overlay = wxOverlay() (see module wxOverlay)
Dc = wxWindowDC() (see module wxWindowDC)

See external documentation.

new(Overlay, Dc, X, Y, Width, Height) -> wxDCOverlay()

Types:

Overlay = wxOverlay() (see module wxOverlay)
Dc = wxWindowDC() (see module wxWindowDC)
X = integer()
Y = integer()
Width = integer()
Height = integer()

See external documentation.

clear(This) -> ok

Types:

This = wxDCOverlay()

See external documentation.

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

Destroys this object, do not use object again

AUTHORS

<>