wxDCOverlay
Functions for wxDCOverlay class
- Provided by: erlang-manpages (Version: 1:25.3.2.8+dfsg-1ubuntu4.6)
- Source: erlang
- Report a bug
Functions for wxDCOverlay class
Connects an overlay with a drawing DC.
See: wxOverlay, wxDC
wxWidgets docs: wxDCOverlay
wxDCOverlay() = wx:wx_object()
new(Overlay, Dc) -> wxDCOverlay()
Types:
Convenience wrapper that behaves the same using the entire area of the dc.
new(Overlay, Dc, X, Y, Width, Height) -> wxDCOverlay()
Types:
Connects this overlay to the corresponding drawing dc, if the overlay is not initialized yet this call will do so.
destroy(This :: wxDCOverlay()) -> ok
Removes the connection between the overlay and the dc.
clear(This) -> ok
Types:
Clears the layer, restoring the state at the last init.