Sha256: bf5b069c94ccc35018572dfb968b867483982b9b29c5ce1d0cf725c88944a3ca

Contents?: true

Size: 437 Bytes

Versions: 7

Compression:

Stored size: 437 Bytes

Contents

# :stopdoc:
# Copyright (c) 2023 M.J.N. Corino, The Netherlands
#
# This software is released under the MIT license.
# :startdoc:


module Wx

  class ScreenDC < Wx::DC

    # Executes the given block providing a temporary (screen) dc as
    # it's single argument.
    # @yieldparam [Wx::ScreenDC] dc the ScreenDC instance to paint on
    # @return [Object] result of the block
    def self.draw_on; end

  end

end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
wxruby3-0.9.7-x64-mingw-ucrt lib/wx/doc/screen_dc.rb
wxruby3-0.9.5-x64-mingw-ucrt lib/wx/doc/screen_dc.rb
wxruby3-0.9.4-x64-mingw-ucrt lib/wx/doc/screen_dc.rb
wxruby3-0.9.3-x64-mingw-ucrt lib/wx/doc/screen_dc.rb
wxruby3-0.9.2-x64-mingw-ucrt lib/wx/doc/screen_dc.rb
wxruby3-0.9.1-x64-mingw-ucrt lib/wx/doc/screen_dc.rb
wxruby3-0.9.0-x64-mingw-ucrt lib/wx/doc/screen_dc.rb