Sha256: 886afc721b15ad6d2d3d252760619650705687802bf2a708a77782a675fd17b5

Contents?: true

Size: 419 Bytes

Versions: 8

Compression:

Stored size: 419 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-1.3.1 lib/wx/doc/screen_dc.rb
wxruby3-1.3.0 lib/wx/doc/screen_dc.rb
wxruby3-1.2.1 lib/wx/doc/screen_dc.rb
wxruby3-1.2.0 lib/wx/doc/screen_dc.rb
wxruby3-1.1.2 lib/wx/doc/screen_dc.rb
wxruby3-1.1.1 lib/wx/doc/screen_dc.rb
wxruby3-1.1.0 lib/wx/doc/screen_dc.rb
wxruby3-1.0.1 lib/wx/doc/screen_dc.rb