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