wxDCOverlay
MODULE
wxDCOverlay
MODULE SUMMARY
See external documentation: wxDCOverlay.
DESCRIPTION
See external documentation: wxDCOverlay.
DATA TYPES
EXPORTS
new(Overlay, Dc) -> wxDCOverlay()
Types:
Overlay = wxOverlay() (see module wxOverlay)
Dc = wxWindowDC() (see module wxWindowDC)
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()
Types:
This = wxDCOverlay()