Sha256: 2a9039de925c8d8dba5481a0a2252f37e55c13de9e2f3d6446667677103b8ea6

Contents?: true

Size: 417 Bytes

Versions: 8

Compression:

Stored size: 417 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

8 entries across 8 versions & 1 rubygems

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