Sha256: 6a7cf625788d8a1dc46492566c2011b1815e8d2181dce27ac93b2318c4674b82
Contents?: true
Size: 249 Bytes
Versions: 6
Compression:
Stored size: 249 Bytes
Contents
class Wx::ScreenDC # 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.paint; end end
Version data entries
6 entries across 6 versions & 1 rubygems