wxDCOverlay(3)



wxDCOverlay(3erl)          Erlang Module Definition          wxDCOverlay(3erl)

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.9.1                  wxDCOverlay(3erl)

Man(1) output converted with man2html
list of all man pages