Go to main content

man pages section 3: Extended Library Functions, Volume 1

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

wxScreenDC (3erl)

Name

wxScreenDC - Functions for wxScreenDC class

Synopsis

Please see following description for synopsis

Description

wxScreenDC(3)              Erlang Module Definition              wxScreenDC(3)



NAME
       wxScreenDC - Functions for wxScreenDC class

DESCRIPTION
       A  wxScreenDC  can be used to paint on the screen. This should normally
       be constructed as a temporary stack object; don't  store  a  wxScreenDC
       object.

       When using multiple monitors, wxScreenDC corresponds to the entire vir-
       tual screen composed  of  all  of  them.  Notice  that  coordinates  on
       wxScreenDC  can  be  negative in this case, see wxDisplay:getGeometry/1
       for more.

       See: wxDC, wxMemoryDC, wxPaintDC, wxClientDC, wxWindowDC

       This class is derived (and can use functions) from: wxDC

       wxWidgets docs: wxScreenDC

DATA TYPES
       wxScreenDC() = wx:wx_object()

EXPORTS
       new() -> wxScreenDC()

              Constructor.

       destroy(This :: wxScreenDC()) -> ok

              Destroys the object.



wxWidgets team.                    wx 2.1.1                      wxScreenDC(3)