Sha256: 25d58371f8434b6f187628924d1db64b4b308a3914736f1718da1036847f8c3c
Contents?: true
Size: 872 Bytes
Versions: 3
Compression:
Stored size: 872 Bytes
Contents
# :stopdoc: # This file is automatically generated by the WXRuby3 documentation # generator. Do not alter this file. # :startdoc: module Wx # A {Wx::ScreenDC} can be used to paint on the screen. # # This should normally be constructed as a temporary stack object; don't store a {Wx::ScreenDC} object. # When using multiple monitors, {Wx::ScreenDC} corresponds to the entire virtual screen composed of all of them. Notice that coordinates on {Wx::ScreenDC} can be negative in this case, see Wx::Display#get_geometry for more. # # Category: Device Contexts # @see Wx::DC # @see Wx::MemoryDC # @see Wx::PaintDC # @see Wx::ClientDC # @see Wx::WindowDC # # # # @note This class is <b>untracked</b> and should not be derived from nor instances extended! class ScreenDC < DC end # ScreenDC end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
wxruby3-0.9.5-x64-mingw-ucrt | lib/wx/doc/gen/screen_dc.rb |
wxruby3-0.9.4-x64-mingw-ucrt | lib/wx/doc/gen/screen_dc.rb |
wxruby3-0.9.3-x64-mingw-ucrt | lib/wx/doc/gen/screen_dc.rb |