Provided by: erlang-manpages_20.2.2+dfsg-1ubuntu2_all
NAME
wxDCOverlay - 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:wxOverlay() Dc = wxWindowDC:wxWindowDC() See external documentation. new(Overlay, Dc, X, Y, Width, Height) -> wxDCOverlay() Types: Overlay = wxOverlay:wxOverlay() Dc = wxWindowDC: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
<> wx 1.8.3 wxDCOverlay(3erl)