Sha256: a877f87c3c50bbac6f5dd688b7db28166754b7451aa384795fdda77dca563720
Contents?: true
Size: 419 Bytes
Versions: 3
Compression:
Stored size: 419 Bytes
Contents
module Wx class MirrorDC < Wx::DC # Executes the given block providing a temporary (mirror) dc as # it's single argument. # @param [Wx::DC] dc DC to duplicate the (mirrored) drawing on # @param [Boolean] mirror whether to mirror or not # @yieldparam [Wx::MirrorDC] dc the MirrorDC instance to paint on # @return [Object] result of the block def self.draw_on(dc, mirror) 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/mirror_dc.rb |
wxruby3-0.9.0.pre.rc.2 | lib/wx/doc/mirror_dc.rb |
wxruby3-0.9.0.pre.rc.1 | lib/wx/doc/mirror_dc.rb |