Sha256: 18cb7895cd5c95f035e7e5c5a3d2e5bdd64deec85e409942fc5639d8bc7c3b0a
Contents?: true
Size: 866 Bytes
Versions: 1
Compression:
Stored size: 866 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wxruby3-0.9.2-x64-mingw-ucrt | lib/wx/doc/gen/screen_dc.rb |