GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
wxDCOverlay(3) Erlang Module Definition wxDCOverlay(3)

wxDCOverlay - 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:

Overlay = wxOverlay:wxOverlay()
Dc = wxDC:wxDC()

Convenience wrapper that behaves the same using the entire area of the dc.

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


Types:

Overlay = wxOverlay:wxOverlay()
Dc = wxDC:wxDC()
X = Y = Width = Height = integer()

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:

This = wxDCOverlay()

Clears the layer, restoring the state at the last init.

wx 2.1.1 wxWidgets team.

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.