Sha256: 5baa7d445e830b268e5f3f4ddd394a397029d099410672868802dc849974f44c

Contents?: true

Size: 286 Bytes

Versions: 3

Compression:

Stored size: 286 Bytes

Contents

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

3 entries across 3 versions & 1 rubygems

Version Path
wxruby3-0.9.0.pre.rc.3 lib/wx/doc/screen_dc.rb
wxruby3-0.9.0.pre.rc.2 lib/wx/doc/screen_dc.rb
wxruby3-0.9.0.pre.rc.1 lib/wx/doc/screen_dc.rb